Html Css Color HEX #D22025 Fire Engine Red

📋 copy color: '#D22025'

red 210 ◦ green 32 ◦ blue 37

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

Shades of Fire Engine Red #D22025

Tints of Fire Engine Red #D22025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.26%

R = 75.27%
G = 11.47%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D22025 (or 0xD22025) is known color: Fire Engine Red. HEX triplet: D2, 20 and 25. RGB value is (210,32,37). Sum of RGB (Red+Green+Blue) = 210+32+37=279 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.27% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 210 - color contains mainly: red. Hex color #D22025 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22025 is #2DDFDA. Grayscale: #555555. Windows color (decimal): -3006427 or 2433234. OLE color: 2433234.

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

Color convert

RGB 210 32 37 -
CMYK 0 0.85 0.82 0.18
HSL 358.31º 0.74% 0.47% -
HSV(B) 358.31º 0.85% 0.82% -
XYZ 27.43 14.87 3.17 -
YUV 85.79 100.47 216.59 -
System Red Green Blue C M Y K H S L
Decimal 210 32 37 0 0.85 0.82 0.18 358.31 0.74 0.47
Hex D2 20 25 0 55 52 12 166 4A 2F
Octal 322 40 45 0 125 122 22 546 112 57
Binary 11010010 100000 100101 0 1010101 1010010 10010 101100110 1001010 101111

Color Harmonies of #D22025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22025

Black with #D22025

Text Example


Text Example

White with #D22025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22025; }

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

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

background-color css

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

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

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

border-color css

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

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

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