Html Css Color HEX #CD1319 Fire Engine Red

📋 copy color: '#CD1319'

red 205 ◦ green 19 ◦ blue 25

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

Shades of Fire Engine Red #CD1319

Tints of Fire Engine Red #CD1319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.04%

R = 82.33%
G = 7.63%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CD1319 (or 0xCD1319) is known color: Fire Engine Red. HEX triplet: CD, 13 and 19. RGB value is (205,19,25). Sum of RGB (Red+Green+Blue) = 205+19+25=249 (32% of max value = 765). Red value is 205 (80.47% from 255 or 82.33% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 25 (10.16% from 255 or 10.04% from 249); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD1319 is #32ECE6. Grayscale: #4B4B4B. Windows color (decimal): -3337447 or 1643469. OLE color: 1643469.

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

Color convert

RGB 205 19 25 -
CMYK 0 0.91 0.88 0.20
HSL 358.06º 0.83% 0.44% -
HSV(B) 358.06º 0.91% 0.8% -
XYZ 25.59 13.52 2.18 -
YUV 75.3 99.62 220.51 -
System Red Green Blue C M Y K H S L
Decimal 205 19 25 0 0.91 0.88 0.20 358.06 0.83 0.44
Hex CD 13 19 0 5B 58 14 166 53 2C
Octal 315 23 31 0 133 130 24 546 123 54
Binary 11001101 10011 11001 0 1011011 1011000 10100 101100110 1010011 101100

Color Harmonies of #CD1319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1319

Black with #CD1319

Text Example


Text Example

White with #CD1319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1319; }

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

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

background-color css

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

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

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

border-color css

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

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

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