Html Css Color HEX #CC121F Fire Engine Red

📋 copy color: '#CC121F'

red 204 ◦ green 18 ◦ blue 31

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

Shades of Fire Engine Red #CC121F

Tints of Fire Engine Red #CC121F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.25%

R = 80.63%
G = 7.11%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC121F (or 0xCC121F) is known color: Fire Engine Red. HEX triplet: CC, 12 and 1F. RGB value is (204,18,31). Sum of RGB (Red+Green+Blue) = 204+18+31=253 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.63% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 204 - color contains mainly: red. Hex color #CC121F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC121F is #33EDE0. Grayscale: #4B4B4B. Windows color (decimal): -3403233 or 2036428. OLE color: 2036428.

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

Color convert

RGB 204 18 31 -
CMYK 0 0.91 0.85 0.2
HSL 355.81º 0.84% 0.44% -
HSV(B) 355.81º 0.91% 0.8% -
XYZ 25.37 13.37 2.54 -
YUV 75.1 103.12 219.94 -
System Red Green Blue C M Y K H S L
Decimal 204 18 31 0 0.91 0.85 0.2 355.81 0.84 0.44
Hex CC 12 1F 0 5B 55 14 164 54 2C
Octal 314 22 37 0 133 125 24 544 124 54
Binary 11001100 10010 11111 0 1011011 1010101 10100 101100100 1010100 101100

Color Harmonies of #CC121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC121F

Black with #CC121F

Text Example


Text Example

White with #CC121F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC121F; }

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

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

background-color css

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

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

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

border-color css

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

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

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