Html Css Color HEX #CC122F Fire Engine Red

📋 copy color: '#CC122F'

red 204 ◦ green 18 ◦ blue 47

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

Shades of Fire Engine Red #CC122F

Tints of Fire Engine Red #CC122F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.47%

R = 75.84%
G = 6.69%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC122F (or 0xCC122F) is known color: Fire Engine Red. HEX triplet: CC, 12 and 2F. RGB value is (204,18,47). Sum of RGB (Red+Green+Blue) = 204+18+47=269 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.84% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 204 - color contains mainly: red. Hex color #CC122F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC122F is #33EDD0. Grayscale: #4C4C4C. Windows color (decimal): -3403217 or 3085004. OLE color: 3085004.

HSL color Cylindrical-coordinate representation of color #CC122F: hue angle of 350.65º 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 #CC122F is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 18 47 -
CMYK 0 0.91 0.77 0.2
HSL 350.65º 0.84% 0.44% -
HSV(B) 350.65º 0.91% 0.8% -
XYZ 25.63 13.48 3.94 -
YUV 76.92 111.12 218.64 -
System Red Green Blue C M Y K H S L
Decimal 204 18 47 0 0.91 0.77 0.2 350.65 0.84 0.44
Hex CC 12 2F 0 5B 4D 14 15F 54 2C
Octal 314 22 57 0 133 115 24 537 124 54
Binary 11001100 10010 101111 0 1011011 1001101 10100 101011111 1010100 101100

Color Harmonies of #CC122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC122F

Black with #CC122F

Text Example


Text Example

White with #CC122F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC122F; }

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

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

background-color css

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

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

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

border-color css

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

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

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