Html Css Color HEX #CD1617 Fire Engine Red

📋 copy color: '#CD1617'

red 205 ◦ green 22 ◦ blue 23

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

Shades of Fire Engine Red #CD1617

Tints of Fire Engine Red #CD1617

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.8%

 BLUE value IS 23 (9.38% from 255) = 9.2%

R = 82%
G = 8.8%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CD1617 (or 0xCD1617) is known color: Fire Engine Red. HEX triplet: CD, 16 and 17. RGB value is (205,22,23). Sum of RGB (Red+Green+Blue) = 205+22+23=250 (33% of max value = 765). Red value is 205 (80.47% from 255 or 82% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1617 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD1617 is #32E9E8. Grayscale: #4D4D4D. Windows color (decimal): -3336681 or 1513165. OLE color: 1513165.

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

Color convert

RGB 205 22 23 -
CMYK 0 0.89 0.89 0.20
HSL 359.67º 0.81% 0.45% -
HSV(B) 359.67º 0.89% 0.8% -
XYZ 25.62 13.61 2.09 -
YUV 76.83 97.63 219.42 -
System Red Green Blue C M Y K H S L
Decimal 205 22 23 0 0.89 0.89 0.20 359.67 0.81 0.45
Hex CD 16 17 0 59 59 14 168 51 2D
Octal 315 26 27 0 131 131 24 550 121 55
Binary 11001101 10110 10111 0 1011001 1011001 10100 101101000 1010001 101101

Color Harmonies of #CD1617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1617

Black with #CD1617

Text Example


Text Example

White with #CD1617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1617; }

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

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

background-color css

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

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

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

border-color css

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

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

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