Html Css Color HEX #CD1D2C Fire Engine Red

📋 copy color: '#CD1D2C'

red 205 ◦ green 29 ◦ blue 44

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

Shades of Fire Engine Red #CD1D2C

Tints of Fire Engine Red #CD1D2C

RGB

 RED value IS 205 (80.47% from 255) = 73.74%

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

 BLUE value IS 44 (17.58% from 255) = 15.83%

R = 73.74%
G = 10.43%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CD1D2C (or 0xCD1D2C) is known color: Fire Engine Red. HEX triplet: CD, 1D and 2C. RGB value is (205,29,44). Sum of RGB (Red+Green+Blue) = 205+29+44=278 (36% of max value = 765). Red value is 205 (80.47% from 255 or 73.74% from 278); Green value is 29 (11.72% from 255 or 10.43% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1D2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD1D2C is #32E2D3. Grayscale: #535353. Windows color (decimal): -3334868 or 2891213. OLE color: 2891213.

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

Color convert

RGB 205 29 44 -
CMYK 0 0.86 0.79 0.20
HSL 354.89º 0.75% 0.46% -
HSV(B) 354.89º 0.86% 0.8% -
XYZ 26.07 14.04 3.72 -
YUV 83.33 105.81 214.78 -
System Red Green Blue C M Y K H S L
Decimal 205 29 44 0 0.86 0.79 0.20 354.89 0.75 0.46
Hex CD 1D 2C 0 56 4F 14 163 4B 2E
Octal 315 35 54 0 126 117 24 543 113 56
Binary 11001101 11101 101100 0 1010110 1001111 10100 101100011 1001011 101110

Color Harmonies of #CD1D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1D2C

Black with #CD1D2C

Text Example


Text Example

White with #CD1D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1D2C; }

 p { color: rgb(205,29,44); }

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

background-color css

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

 a { background-color: rgb(205,29,44); }

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

border-color css

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

 span { border-color: rgb(205,29,44); }

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