Html Css Color HEX #D22023 Fire Engine Red

📋 copy color: '#D22023'

red 210 ◦ green 32 ◦ blue 35

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

Shades of Fire Engine Red #D22023

Tints of Fire Engine Red #D22023

RGB

 RED value IS 210 (82.42% from 255) = 75.81%

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

 BLUE value IS 35 (14.06% from 255) = 12.64%

R = 75.81%
G = 11.55%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D22023 (or 0xD22023) is known color: Fire Engine Red. HEX triplet: D2, 20 and 23. RGB value is (210,32,35). Sum of RGB (Red+Green+Blue) = 210+32+35=277 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.81% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 35 (14.06% from 255 or 12.64% from 277); Max value from RGB is 210 - color contains mainly: red. Hex color #D22023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22023 is #2DDFDC. Grayscale: #555555. Windows color (decimal): -3006429 or 2302162. OLE color: 2302162.

HSL color Cylindrical-coordinate representation of color #D22023: hue angle of 358.99º degrees, saturation: 0.74, 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 #D22023 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 32 35 -
CMYK 0 0.85 0.83 0.18
HSL 358.99º 0.74% 0.47% -
HSV(B) 358.99º 0.85% 0.82% -
XYZ 27.4 14.86 3.01 -
YUV 85.56 99.47 216.76 -
System Red Green Blue C M Y K H S L
Decimal 210 32 35 0 0.85 0.83 0.18 358.99 0.74 0.47
Hex D2 20 23 0 55 53 12 167 4A 2F
Octal 322 40 43 0 125 123 22 547 112 57
Binary 11010010 100000 100011 0 1010101 1010011 10010 101100111 1001010 101111

Color Harmonies of #D22023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22023

Black with #D22023

Text Example


Text Example

White with #D22023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22023; }

 p { color: rgb(210,32,35); }

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

background-color css

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

 a { background-color: rgb(210,32,35); }

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

border-color css

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

 span { border-color: rgb(210,32,35); }

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