Html Css Color HEX #CD1315 Fire Engine Red

📋 copy color: '#CD1315'

red 205 ◦ green 19 ◦ blue 21

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

Shades of Fire Engine Red #CD1315

Tints of Fire Engine Red #CD1315

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.76%

 BLUE value IS 21 (8.59% from 255) = 8.57%

R = 83.67%
G = 7.76%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CD1315 (or 0xCD1315) is known color: Fire Engine Red. HEX triplet: CD, 13 and 15. RGB value is (205,19,21). Sum of RGB (Red+Green+Blue) = 205+19+21=245 (32% of max value = 765). Red value is 205 (80.47% from 255 or 83.67% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1315 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD1315 is #32ECEA. Grayscale: #4B4B4B. Windows color (decimal): -3337451 or 1381325. OLE color: 1381325.

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

Color convert

RGB 205 19 21 -
CMYK 0 0.91 0.90 0.20
HSL 359.35º 0.83% 0.44% -
HSV(B) 359.35º 0.91% 0.8% -
XYZ 25.55 13.5 1.97 -
YUV 74.84 97.62 220.84 -
System Red Green Blue C M Y K H S L
Decimal 205 19 21 0 0.91 0.90 0.20 359.35 0.83 0.44
Hex CD 13 15 0 5B 5A 14 167 53 2C
Octal 315 23 25 0 133 132 24 547 123 54
Binary 11001101 10011 10101 0 1011011 1011010 10100 101100111 1010011 101100

Color Harmonies of #CD1315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1315

Black with #CD1315

Text Example


Text Example

White with #CD1315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1315; }

 p { color: rgb(205,19,21); }

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

background-color css

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

 a { background-color: rgb(205,19,21); }

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

border-color css

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

 span { border-color: rgb(205,19,21); }

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