Html Css Color HEX #D0202D Fire Engine Red

📋 copy color: '#D0202D'

red 208 ◦ green 32 ◦ blue 45

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

Shades of Fire Engine Red #D0202D

Tints of Fire Engine Red #D0202D

RGB

 RED value IS 208 (81.64% from 255) = 72.98%

 GREEN value IS 32 (12.89% from 255) = 11.23%

 BLUE value IS 45 (17.97% from 255) = 15.79%

R = 72.98%
G = 11.23%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D0202D (or 0xD0202D) is known color: Fire Engine Red. HEX triplet: D0, 20 and 2D. RGB value is (208,32,45). Sum of RGB (Red+Green+Blue) = 208+32+45=285 (37% of max value = 765). Red value is 208 (81.64% from 255 or 72.98% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 208 - color contains mainly: red. Hex color #D0202D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0202D is #2FDFD2. Grayscale: #565656. Windows color (decimal): -3137491 or 2957520. OLE color: 2957520.

HSL color Cylindrical-coordinate representation of color #D0202D: hue angle of 355.57º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D0202D is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 32 45 -
CMYK 0 0.85 0.78 0.18
HSL 355.57º 0.73% 0.47% -
HSV(B) 355.57º 0.85% 0.82% -
XYZ 27 14.63 3.88 -
YUV 86.11 104.81 214.94 -
System Red Green Blue C M Y K H S L
Decimal 208 32 45 0 0.85 0.78 0.18 355.57 0.73 0.47
Hex D0 20 2D 0 55 4E 12 164 49 2F
Octal 320 40 55 0 125 116 22 544 111 57
Binary 11010000 100000 101101 0 1010101 1001110 10010 101100100 1001001 101111

Color Harmonies of #D0202D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0202D

Black with #D0202D

Text Example


Text Example

White with #D0202D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0202D; }

 p { color: rgb(208,32,45); }

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

background-color css

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

 a { background-color: rgb(208,32,45); }

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

border-color css

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

 span { border-color: rgb(208,32,45); }

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