Html Css Color HEX #CD3442 Brick Red

📋 copy color: '#CD3442'

red 205 ◦ green 52 ◦ blue 66

#CD3442
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brick Red #CD3442

Tints of Brick Red #CD3442

RGB

 RED value IS 205 (80.47% from 255) = 63.47%

 GREEN value IS 52 (20.7% from 255) = 16.1%

 BLUE value IS 66 (26.17% from 255) = 20.43%

R = 63.47%
G = 16.1%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CD3442 (or 0xCD3442) is known color: Brick Red. HEX triplet: CD, 34 and 42. RGB value is (205,52,66). Sum of RGB (Red+Green+Blue) = 205+52+66=323 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.47% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3442 is #32CBBD. Grayscale: #636363. Windows color (decimal): -3328958 or 4338893. OLE color: 4338893.

HSL color Cylindrical-coordinate representation of color #CD3442: hue angle of 354.51º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CD3442 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 52 66 -
CMYK 0 0.75 0.68 0.20
HSL 354.51º 0.6% 0.5% -
HSV(B) 354.51º 0.75% 0.8% -
XYZ 27.39 15.83 6.77 -
YUV 99.34 109.19 203.36 -
System Red Green Blue C M Y K H S L
Decimal 205 52 66 0 0.75 0.68 0.20 354.51 0.6 0.5
Hex CD 34 42 0 4B 44 14 163 3C 32
Octal 315 64 102 0 113 104 24 543 74 62
Binary 11001101 110100 1000010 0 1001011 1000100 10100 101100011 111100 110010

Color Harmonies of #CD3442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3442

Black with #CD3442

Text Example


Text Example

White with #CD3442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3442; }

 p { color: rgb(205,52,66); }

 H1.HeaderClassName
 {
   color: #CD3442;
 }
 .AnyTagClassName
 {
   color: #CD3442;
 }
</style>

background-color css

<style>
 a { background-color: #CD3442; }

 a { background-color: rgb(205,52,66); }

 div.DivClassName
 {
   background-color: #CD3442;
 }
 .BgClassName
 {
   background-color: #CD3442;
 }
</style>

border-color css

<style>
 span { border-color: #CD3442; }

 span { border-color: rgb(205,52,66); }

 td.TdClassName
 {
   border-color: #CD3442;
 }
 .TagClassName
 {
   border-color: #CD3442;
 }
</style>