Html Css Color HEX #CC101F Fire Engine Red

📋 copy color: '#CC101F'

red 204 ◦ green 16 ◦ blue 31

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

Shades of Fire Engine Red #CC101F

Tints of Fire Engine Red #CC101F

RGB

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

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

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

R = 81.27%
G = 6.37%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC101F (or 0xCC101F) is known color: Fire Engine Red. HEX triplet: CC, 10 and 1F. RGB value is (204,16,31). Sum of RGB (Red+Green+Blue) = 204+16+31=251 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.27% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 31 (12.5% from 255 or 12.35% from 251); Max value from RGB is 204 - color contains mainly: red. Hex color #CC101F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC101F is #33EFE0. Grayscale: #4A4A4A. Windows color (decimal): -3403745 or 2035916. OLE color: 2035916.

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

Color convert

RGB 204 16 31 -
CMYK 0 0.92 0.85 0.2
HSL 355.21º 0.85% 0.43% -
HSV(B) 355.21º 0.92% 0.8% -
XYZ 25.33 13.31 2.53 -
YUV 73.92 103.78 220.78 -
System Red Green Blue C M Y K H S L
Decimal 204 16 31 0 0.92 0.85 0.2 355.21 0.85 0.43
Hex CC 10 1F 0 5C 55 14 163 55 2B
Octal 314 20 37 0 134 125 24 543 125 53
Binary 11001100 10000 11111 0 1011100 1010101 10100 101100011 1010101 101011

Color Harmonies of #CC101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC101F

Black with #CC101F

Text Example


Text Example

White with #CC101F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC101F; }

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

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

background-color css

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

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

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

border-color css

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

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

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