Html Css Color HEX #CD1F28 Fire Engine Red

📋 copy color: '#CD1F28'

red 205 ◦ green 31 ◦ blue 40

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

Shades of Fire Engine Red #CD1F28

Tints of Fire Engine Red #CD1F28

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.23%

 BLUE value IS 40 (16.02% from 255) = 14.49%

R = 74.28%
G = 11.23%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CD1F28 (or 0xCD1F28) is known color: Fire Engine Red. HEX triplet: CD, 1F and 28. RGB value is (205,31,40). Sum of RGB (Red+Green+Blue) = 205+31+40=276 (36% of max value = 765). Red value is 205 (80.47% from 255 or 74.28% from 276); Green value is 31 (12.5% from 255 or 11.23% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD1F28 is #32E0D7. Grayscale: #545454. Windows color (decimal): -3334360 or 2629581. OLE color: 2629581.

HSL color Cylindrical-coordinate representation of color #CD1F28: hue angle of 356.9º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD1F28 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 31 40 -
CMYK 0 0.85 0.80 0.20
HSL 356.9º 0.74% 0.46% -
HSV(B) 356.9º 0.85% 0.8% -
XYZ 26.05 14.11 3.36 -
YUV 84.05 103.15 214.27 -
System Red Green Blue C M Y K H S L
Decimal 205 31 40 0 0.85 0.80 0.20 356.9 0.74 0.46
Hex CD 1F 28 0 55 50 14 165 4A 2E
Octal 315 37 50 0 125 120 24 545 112 56
Binary 11001101 11111 101000 0 1010101 1010000 10100 101100101 1001010 101110

Color Harmonies of #CD1F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1F28

Black with #CD1F28

Text Example


Text Example

White with #CD1F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1F28; }

 p { color: rgb(205,31,40); }

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

background-color css

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

 a { background-color: rgb(205,31,40); }

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

border-color css

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

 span { border-color: rgb(205,31,40); }

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