Html Css Color HEX #CD171C Fire Engine Red

📋 copy color: '#CD171C'

red 205 ◦ green 23 ◦ blue 28

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

Shades of Fire Engine Red #CD171C

Tints of Fire Engine Red #CD171C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.98%

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

R = 80.08%
G = 8.98%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD171C (or 0xCD171C) is known color: Fire Engine Red. HEX triplet: CD, 17 and 1C. RGB value is (205,23,28). Sum of RGB (Red+Green+Blue) = 205+23+28=256 (33% of max value = 765). Red value is 205 (80.47% from 255 or 80.08% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 205 - color contains mainly: red. Hex color #CD171C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD171C is #32E8E3. Grayscale: #4E4E4E. Windows color (decimal): -3336420 or 1841101. OLE color: 1841101.

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

Color convert

RGB 205 23 28 -
CMYK 0 0.89 0.86 0.20
HSL 358.35º 0.8% 0.45% -
HSV(B) 358.35º 0.89% 0.8% -
XYZ 25.69 13.68 2.38 -
YUV 77.99 99.8 218.59 -
System Red Green Blue C M Y K H S L
Decimal 205 23 28 0 0.89 0.86 0.20 358.35 0.8 0.45
Hex CD 17 1C 0 59 56 14 166 50 2D
Octal 315 27 34 0 131 126 24 546 120 55
Binary 11001101 10111 11100 0 1011001 1010110 10100 101100110 1010000 101101

Color Harmonies of #CD171C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD171C

Black with #CD171C

Text Example


Text Example

White with #CD171C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD171C; }

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

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

background-color css

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

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

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

border-color css

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

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

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