Html Css Color HEX #CC112F Fire Engine Red

📋 copy color: '#CC112F'

red 204 ◦ green 17 ◦ blue 47

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

Shades of Fire Engine Red #CC112F

Tints of Fire Engine Red #CC112F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.34%

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

R = 76.12%
G = 6.34%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC112F (or 0xCC112F) is known color: Fire Engine Red. HEX triplet: CC, 11 and 2F. RGB value is (204,17,47). Sum of RGB (Red+Green+Blue) = 204+17+47=268 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.12% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 204 - color contains mainly: red. Hex color #CC112F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC112F is #33EED0. Grayscale: #4C4C4C. Windows color (decimal): -3403473 or 3084748. OLE color: 3084748.

HSL color Cylindrical-coordinate representation of color #CC112F: hue angle of 350.37º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC112F is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 17 47 -
CMYK 0 0.92 0.77 0.2
HSL 350.37º 0.85% 0.43% -
HSV(B) 350.37º 0.92% 0.8% -
XYZ 25.62 13.44 3.93 -
YUV 76.33 111.45 219.06 -
System Red Green Blue C M Y K H S L
Decimal 204 17 47 0 0.92 0.77 0.2 350.37 0.85 0.43
Hex CC 11 2F 0 5C 4D 14 15E 55 2B
Octal 314 21 57 0 134 115 24 536 125 53
Binary 11001100 10001 101111 0 1011100 1001101 10100 101011110 1010101 101011

Color Harmonies of #CC112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC112F

Black with #CC112F

Text Example


Text Example

White with #CC112F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC112F; }

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

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

background-color css

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

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

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

border-color css

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

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

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