Html Css Color HEX #CC102F Fire Engine Red

📋 copy color: '#CC102F'

red 204 ◦ green 16 ◦ blue 47

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

Shades of Fire Engine Red #CC102F

Tints of Fire Engine Red #CC102F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.99%

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

R = 76.4%
G = 5.99%
B = 17.6%

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

#CC102F (or 0xCC102F) is known color: Fire Engine Red. HEX triplet: CC, 10 and 2F. RGB value is (204,16,47). Sum of RGB (Red+Green+Blue) = 204+16+47=267 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.40% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 204 - color contains mainly: red. Hex color #CC102F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC102F is #33EFD0. Grayscale: #4B4B4B. Windows color (decimal): -3403729 or 3084492. OLE color: 3084492.

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

Color convert

RGB 204 16 47 -
CMYK 0 0.92 0.77 0.2
HSL 350.11º 0.85% 0.43% -
HSV(B) 350.11º 0.92% 0.8% -
XYZ 25.6 13.41 3.93 -
YUV 75.75 111.78 219.48 -
System Red Green Blue C M Y K H S L
Decimal 204 16 47 0 0.92 0.77 0.2 350.11 0.85 0.43
Hex CC 10 2F 0 5C 4D 14 15E 55 2B
Octal 314 20 57 0 134 115 24 536 125 53
Binary 11001100 10000 101111 0 1011100 1001101 10100 101011110 1010101 101011

Color Harmonies of #CC102F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC102F

Black with #CC102F

Text Example


Text Example

White with #CC102F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC102F; }

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

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

background-color css

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

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

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

border-color css

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

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

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