Html Css Color HEX #CC101D Fire Engine Red

📋 copy color: '#CC101D'

red 204 ◦ green 16 ◦ blue 29

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

Shades of Fire Engine Red #CC101D

Tints of Fire Engine Red #CC101D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.65%

R = 81.93%
G = 6.43%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC101D (or 0xCC101D) is known color: Fire Engine Red. HEX triplet: CC, 10 and 1D. RGB value is (204,16,29). Sum of RGB (Red+Green+Blue) = 204+16+29=249 (32% of max value = 765). Red value is 204 (80.08% from 255 or 81.93% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 29 (11.72% from 255 or 11.65% from 249); Max value from RGB is 204 - color contains mainly: red. Hex color #CC101D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC101D is #33EFE2. Grayscale: #494949. Windows color (decimal): -3403747 or 1904844. OLE color: 1904844.

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

Color convert

RGB 204 16 29 -
CMYK 0 0.92 0.86 0.2
HSL 355.85º 0.85% 0.43% -
HSV(B) 355.85º 0.92% 0.8% -
XYZ 25.31 13.3 2.39 -
YUV 73.69 102.78 220.94 -
System Red Green Blue C M Y K H S L
Decimal 204 16 29 0 0.92 0.86 0.2 355.85 0.85 0.43
Hex CC 10 1D 0 5C 56 14 164 55 2B
Octal 314 20 35 0 134 126 24 544 125 53
Binary 11001100 10000 11101 0 1011100 1010110 10100 101100100 1010101 101011

Color Harmonies of #CC101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC101D

Black with #CC101D

Text Example


Text Example

White with #CC101D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC101D; }

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

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

background-color css

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

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

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

border-color css

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

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

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