Html Css Color HEX #CC1E2D Fire Engine Red

📋 copy color: '#CC1E2D'

red 204 ◦ green 30 ◦ blue 45

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

Shades of Fire Engine Red #CC1E2D

Tints of Fire Engine Red #CC1E2D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.75%

 BLUE value IS 45 (17.97% from 255) = 16.13%

R = 73.12%
G = 10.75%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC1E2D (or 0xCC1E2D) is known color: Fire Engine Red. HEX triplet: CC, 1E and 2D. RGB value is (204,30,45). Sum of RGB (Red+Green+Blue) = 204+30+45=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 30 (12.11% from 255 or 10.75% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1E2D is #33E1D2. Grayscale: #535353. Windows color (decimal): -3400147 or 2957004. OLE color: 2957004.

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

Color convert

RGB 204 30 45 -
CMYK 0 0.85 0.78 0.2
HSL 354.83º 0.74% 0.46% -
HSV(B) 354.83º 0.85% 0.8% -
XYZ 25.84 13.96 3.81 -
YUV 83.74 106.15 213.78 -
System Red Green Blue C M Y K H S L
Decimal 204 30 45 0 0.85 0.78 0.2 354.83 0.74 0.46
Hex CC 1E 2D 0 55 4E 14 163 4A 2E
Octal 314 36 55 0 125 116 24 543 112 56
Binary 11001100 11110 101101 0 1010101 1001110 10100 101100011 1001010 101110

Color Harmonies of #CC1E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1E2D

Black with #CC1E2D

Text Example


Text Example

White with #CC1E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1E2D; }

 p { color: rgb(204,30,45); }

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

background-color css

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

 a { background-color: rgb(204,30,45); }

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

border-color css

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

 span { border-color: rgb(204,30,45); }

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