Html Css Color HEX #CD171B Fire Engine Red

📋 copy color: '#CD171B'

red 205 ◦ green 23 ◦ blue 27

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

Shades of Fire Engine Red #CD171B

Tints of Fire Engine Red #CD171B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.59%

R = 80.39%
G = 9.02%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CD171B (or 0xCD171B) is known color: Fire Engine Red. HEX triplet: CD, 17 and 1B. RGB value is (205,23,27). Sum of RGB (Red+Green+Blue) = 205+23+27=255 (33% of max value = 765). Red value is 205 (80.47% from 255 or 80.39% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 205 - color contains mainly: red. Hex color #CD171B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD171B is #32E8E4. Grayscale: #4E4E4E. Windows color (decimal): -3336421 or 1775565. OLE color: 1775565.

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

Color convert

RGB 205 23 27 -
CMYK 0 0.89 0.87 0.20
HSL 358.68º 0.8% 0.45% -
HSV(B) 358.68º 0.89% 0.8% -
XYZ 25.68 13.67 2.32 -
YUV 77.87 99.3 218.67 -
System Red Green Blue C M Y K H S L
Decimal 205 23 27 0 0.89 0.87 0.20 358.68 0.8 0.45
Hex CD 17 1B 0 59 57 14 167 50 2D
Octal 315 27 33 0 131 127 24 547 120 55
Binary 11001101 10111 11011 0 1011001 1010111 10100 101100111 1010000 101101

Color Harmonies of #CD171B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD171B

Black with #CD171B

Text Example


Text Example

White with #CD171B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD171B; }

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

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

background-color css

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

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

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

border-color css

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

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

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