Html Css Color HEX #CC1D2D Fire Engine Red

📋 copy color: '#CC1D2D'

red 204 ◦ green 29 ◦ blue 45

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

Shades of Fire Engine Red #CC1D2D

Tints of Fire Engine Red #CC1D2D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.43%

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

R = 73.38%
G = 10.43%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC1D2D (or 0xCC1D2D) is known color: Fire Engine Red. HEX triplet: CC, 1D and 2D. RGB value is (204,29,45). Sum of RGB (Red+Green+Blue) = 204+29+45=278 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.38% from 278); Green value is 29 (11.72% from 255 or 10.43% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1D2D is #33E2D2. Grayscale: #535353. Windows color (decimal): -3400403 or 2956748. OLE color: 2956748.

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

Color convert

RGB 204 29 45 -
CMYK 0 0.86 0.78 0.2
HSL 354.51º 0.75% 0.46% -
HSV(B) 354.51º 0.86% 0.8% -
XYZ 25.81 13.91 3.81 -
YUV 83.15 106.48 214.2 -
System Red Green Blue C M Y K H S L
Decimal 204 29 45 0 0.86 0.78 0.2 354.51 0.75 0.46
Hex CC 1D 2D 0 56 4E 14 163 4B 2E
Octal 314 35 55 0 126 116 24 543 113 56
Binary 11001100 11101 101101 0 1010110 1001110 10100 101100011 1001011 101110

Color Harmonies of #CC1D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1D2D

Black with #CC1D2D

Text Example


Text Example

White with #CC1D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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