Html Css Color HEX #D0222D Fire Engine Red

📋 copy color: '#D0222D'

red 208 ◦ green 34 ◦ blue 45

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

Shades of Fire Engine Red #D0222D

Tints of Fire Engine Red #D0222D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.85%

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

R = 72.47%
G = 11.85%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D0222D (or 0xD0222D) is known color: Fire Engine Red. HEX triplet: D0, 22 and 2D. RGB value is (208,34,45). Sum of RGB (Red+Green+Blue) = 208+34+45=287 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.47% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 208 - color contains mainly: red. Hex color #D0222D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0222D is #2FDDD2. Grayscale: #575757. Windows color (decimal): -3136979 or 2958032. OLE color: 2958032.

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

Color convert

RGB 208 34 45 -
CMYK 0 0.84 0.78 0.18
HSL 356.21º 0.72% 0.47% -
HSV(B) 356.21º 0.84% 0.82% -
XYZ 27.06 14.74 3.9 -
YUV 87.28 104.15 214.11 -
System Red Green Blue C M Y K H S L
Decimal 208 34 45 0 0.84 0.78 0.18 356.21 0.72 0.47
Hex D0 22 2D 0 54 4E 12 164 48 2F
Octal 320 42 55 0 124 116 22 544 110 57
Binary 11010000 100010 101101 0 1010100 1001110 10010 101100100 1001000 101111

Color Harmonies of #D0222D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0222D

Black with #D0222D

Text Example


Text Example

White with #D0222D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0222D; }

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

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

background-color css

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

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

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

border-color css

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

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

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