Html Css Color HEX #D0222E Fire Engine Red

📋 copy color: '#D0222E'

red 208 ◦ green 34 ◦ blue 46

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

Shades of Fire Engine Red #D0222E

Tints of Fire Engine Red #D0222E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.97%

R = 72.22%
G = 11.81%
B = 15.97%

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

#D0222E (or 0xD0222E) is known color: Fire Engine Red. HEX triplet: D0, 22 and 2E. RGB value is (208,34,46). Sum of RGB (Red+Green+Blue) = 208+34+46=288 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.22% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 208 - color contains mainly: red. Hex color #D0222E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0222E is #2FDDD1. Grayscale: #575757. Windows color (decimal): -3136978 or 3023568. OLE color: 3023568.

HSL color Cylindrical-coordinate representation of color #D0222E: hue angle of 355.86º 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 #D0222E is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 34 46 -
CMYK 0 0.84 0.78 0.18
HSL 355.86º 0.72% 0.47% -
HSV(B) 355.86º 0.84% 0.82% -
XYZ 27.08 14.75 4 -
YUV 87.39 104.65 214.02 -
System Red Green Blue C M Y K H S L
Decimal 208 34 46 0 0.84 0.78 0.18 355.86 0.72 0.47
Hex D0 22 2E 0 54 4E 12 164 48 2F
Octal 320 42 56 0 124 116 22 544 110 57
Binary 11010000 100010 101110 0 1010100 1001110 10010 101100100 1001000 101111

Color Harmonies of #D0222E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0222E

Black with #D0222E

Text Example


Text Example

White with #D0222E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0222E; }

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

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

background-color css

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

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

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

border-color css

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

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

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