Html Css Color HEX #CC2442 Brick Red

📋 copy color: '#CC2442'

red 204 ◦ green 36 ◦ blue 66

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

Shades of Brick Red #CC2442

Tints of Brick Red #CC2442

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.76%

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

R = 66.67%
G = 11.76%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC2442 (or 0xCC2442) is known color: Brick Red. HEX triplet: CC, 24 and 42. RGB value is (204,36,66). Sum of RGB (Red+Green+Blue) = 204+36+66=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2442 is #33DBBD. Grayscale: #595959. Windows color (decimal): -3398590 or 4334796. OLE color: 4334796.

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

Color convert

RGB 204 36 66 -
CMYK 0 0.82 0.68 0.2
HSL 349.29º 0.7% 0.47% -
HSV(B) 349.29º 0.82% 0.8% -
XYZ 26.52 14.49 6.55 -
YUV 89.65 114.66 209.56 -
System Red Green Blue C M Y K H S L
Decimal 204 36 66 0 0.82 0.68 0.2 349.29 0.7 0.47
Hex CC 24 42 0 52 44 14 15D 46 2F
Octal 314 44 102 0 122 104 24 535 106 57
Binary 11001100 100100 1000010 0 1010010 1000100 10100 101011101 1000110 101111

Color Harmonies of #CC2442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2442

Black with #CC2442

Text Example


Text Example

White with #CC2442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2442; }

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

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

background-color css

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

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

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

border-color css

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

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

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