Html Css Color HEX #CD111C Fire Engine Red

📋 copy color: '#CD111C'

red 205 ◦ green 17 ◦ blue 28

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

Shades of Fire Engine Red #CD111C

Tints of Fire Engine Red #CD111C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.8%

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

R = 82%
G = 6.8%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD111C (or 0xCD111C) is known color: Fire Engine Red. HEX triplet: CD, 11 and 1C. RGB value is (205,17,28). Sum of RGB (Red+Green+Blue) = 205+17+28=250 (33% of max value = 765). Red value is 205 (80.47% from 255 or 82% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 205 - color contains mainly: red. Hex color #CD111C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD111C is #32EEE3. Grayscale: #4A4A4A. Windows color (decimal): -3337956 or 1839565. OLE color: 1839565.

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

Color convert

RGB 205 17 28 -
CMYK 0 0.92 0.86 0.20
HSL 356.49º 0.85% 0.44% -
HSV(B) 356.49º 0.92% 0.8% -
XYZ 25.59 13.46 2.35 -
YUV 74.47 101.78 221.11 -
System Red Green Blue C M Y K H S L
Decimal 205 17 28 0 0.92 0.86 0.20 356.49 0.85 0.44
Hex CD 11 1C 0 5C 56 14 164 55 2C
Octal 315 21 34 0 134 126 24 544 125 54
Binary 11001101 10001 11100 0 1011100 1010110 10100 101100100 1010101 101100

Color Harmonies of #CD111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD111C

Black with #CD111C

Text Example


Text Example

White with #CD111C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD111C; }

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

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

background-color css

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

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

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

border-color css

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

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

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