Html Css Color HEX #CD0F1C Fire Engine Red

📋 copy color: '#CD0F1C'

red 205 ◦ green 15 ◦ blue 28

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

Shades of Fire Engine Red #CD0F1C

Tints of Fire Engine Red #CD0F1C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.05%

 BLUE value IS 28 (11.33% from 255) = 11.29%

R = 82.66%
G = 6.05%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD0F1C (or 0xCD0F1C) is known color: Fire Engine Red. HEX triplet: CD, 0F and 1C. RGB value is (205,15,28). Sum of RGB (Red+Green+Blue) = 205+15+28=248 (32% of max value = 765). Red value is 205 (80.47% from 255 or 82.66% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0F1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0F1C is #32F0E3. Grayscale: #494949. Windows color (decimal): -3338468 or 1839053. OLE color: 1839053.

HSL color Cylindrical-coordinate representation of color #CD0F1C: hue angle of 355.89º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD0F1C is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 15 28 -
CMYK 0 0.93 0.86 0.20
HSL 355.89º 0.86% 0.43% -
HSV(B) 355.89º 0.93% 0.8% -
XYZ 25.56 13.4 2.34 -
YUV 73.29 102.45 221.94 -
System Red Green Blue C M Y K H S L
Decimal 205 15 28 0 0.93 0.86 0.20 355.89 0.86 0.43
Hex CD F 1C 0 5D 56 14 164 56 2B
Octal 315 17 34 0 135 126 24 544 126 53
Binary 11001101 1111 11100 0 1011101 1010110 10100 101100100 1010110 101011

Color Harmonies of #CD0F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0F1C

Black with #CD0F1C

Text Example


Text Example

White with #CD0F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0F1C; }

 p { color: rgb(205,15,28); }

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

background-color css

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

 a { background-color: rgb(205,15,28); }

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

border-color css

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

 span { border-color: rgb(205,15,28); }

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