Html Css Color HEX #CC122B Fire Engine Red

📋 copy color: '#CC122B'

red 204 ◦ green 18 ◦ blue 43

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

Shades of Fire Engine Red #CC122B

Tints of Fire Engine Red #CC122B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.79%

 BLUE value IS 43 (17.19% from 255) = 16.23%

R = 76.98%
G = 6.79%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC122B (or 0xCC122B) is known color: Fire Engine Red. HEX triplet: CC, 12 and 2B. RGB value is (204,18,43). Sum of RGB (Red+Green+Blue) = 204+18+43=265 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.98% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 204 - color contains mainly: red. Hex color #CC122B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC122B is #33EDD4. Grayscale: #4C4C4C. Windows color (decimal): -3403221 or 2822860. OLE color: 2822860.

HSL color Cylindrical-coordinate representation of color #CC122B: hue angle of 351.94º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC122B is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 18 43 -
CMYK 0 0.91 0.79 0.2
HSL 351.94º 0.84% 0.44% -
HSV(B) 351.94º 0.91% 0.8% -
XYZ 25.55 13.44 3.53 -
YUV 76.46 109.12 218.97 -
System Red Green Blue C M Y K H S L
Decimal 204 18 43 0 0.91 0.79 0.2 351.94 0.84 0.44
Hex CC 12 2B 0 5B 4F 14 160 54 2C
Octal 314 22 53 0 133 117 24 540 124 54
Binary 11001100 10010 101011 0 1011011 1001111 10100 101100000 1010100 101100

Color Harmonies of #CC122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC122B

Black with #CC122B

Text Example


Text Example

White with #CC122B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC122B; }

 p { color: rgb(204,18,43); }

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

background-color css

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

 a { background-color: rgb(204,18,43); }

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

border-color css

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

 span { border-color: rgb(204,18,43); }

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