Html Css Color HEX #CD1325 Fire Engine Red

📋 copy color: '#CD1325'

red 205 ◦ green 19 ◦ blue 37

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

Shades of Fire Engine Red #CD1325

Tints of Fire Engine Red #CD1325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.18%

R = 78.54%
G = 7.28%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CD1325 (or 0xCD1325) is known color: Fire Engine Red. HEX triplet: CD, 13 and 25. RGB value is (205,19,37). Sum of RGB (Red+Green+Blue) = 205+19+37=261 (34% of max value = 765). Red value is 205 (80.47% from 255 or 78.54% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1325 is #32ECDA. Grayscale: #4C4C4C. Windows color (decimal): -3337435 or 2429901. OLE color: 2429901.

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

Color convert

RGB 205 19 37 -
CMYK 0 0.91 0.82 0.20
HSL 354.19º 0.83% 0.44% -
HSV(B) 354.19º 0.91% 0.8% -
XYZ 25.74 13.58 3.01 -
YUV 76.67 105.62 219.54 -
System Red Green Blue C M Y K H S L
Decimal 205 19 37 0 0.91 0.82 0.20 354.19 0.83 0.44
Hex CD 13 25 0 5B 52 14 162 53 2C
Octal 315 23 45 0 133 122 24 542 123 54
Binary 11001101 10011 100101 0 1011011 1010010 10100 101100010 1010011 101100

Color Harmonies of #CD1325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1325

Black with #CD1325

Text Example


Text Example

White with #CD1325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1325; }

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

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

background-color css

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

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

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

border-color css

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

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

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