Html Css Color HEX #CC3642 Brick Red

📋 copy color: '#CC3642'

red 204 ◦ green 54 ◦ blue 66

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

Shades of Brick Red #CC3642

Tints of Brick Red #CC3642

RGB

 RED value IS 204 (80.08% from 255) = 62.96%

 GREEN value IS 54 (21.48% from 255) = 16.67%

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

R = 62.96%
G = 16.67%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC3642 (or 0xCC3642) is known color: Brick Red. HEX triplet: CC, 36 and 42. RGB value is (204,54,66). Sum of RGB (Red+Green+Blue) = 204+54+66=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3642 is #33C9BD. Grayscale: #646464. Windows color (decimal): -3393982 or 4339404. OLE color: 4339404.

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

Color convert

RGB 204 54 66 -
CMYK 0 0.74 0.68 0.2
HSL 355.2º 0.6% 0.51% -
HSV(B) 355.2º 0.74% 0.8% -
XYZ 27.2 15.87 6.78 -
YUV 100.22 108.7 202.02 -
System Red Green Blue C M Y K H S L
Decimal 204 54 66 0 0.74 0.68 0.2 355.2 0.6 0.51
Hex CC 36 42 0 4A 44 14 163 3C 33
Octal 314 66 102 0 112 104 24 543 74 63
Binary 11001100 110110 1000010 0 1001010 1000100 10100 101100011 111100 110011

Color Harmonies of #CC3642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3642

Black with #CC3642

Text Example


Text Example

White with #CC3642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3642; }

 p { color: rgb(204,54,66); }

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

background-color css

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

 a { background-color: rgb(204,54,66); }

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

border-color css

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

 span { border-color: rgb(204,54,66); }

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