Html Css Color HEX #D22326 Fire Engine Red

📋 copy color: '#D22326'

red 210 ◦ green 35 ◦ blue 38

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

Shades of Fire Engine Red #D22326

Tints of Fire Engine Red #D22326

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.37%

 BLUE value IS 38 (15.23% from 255) = 13.43%

R = 74.2%
G = 12.37%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D22326 (or 0xD22326) is known color: Fire Engine Red. HEX triplet: D2, 23 and 26. RGB value is (210,35,38). Sum of RGB (Red+Green+Blue) = 210+35+38=283 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.20% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 38 (15.23% from 255 or 13.43% from 283); Max value from RGB is 210 - color contains mainly: red. Hex color #D22326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22326 is #2DDCD9. Grayscale: #575757. Windows color (decimal): -3005658 or 2499538. OLE color: 2499538.

HSL color Cylindrical-coordinate representation of color #D22326: hue angle of 358.97º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D22326 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 35 38 -
CMYK 0 0.83 0.82 0.18
HSL 358.97º 0.71% 0.48% -
HSV(B) 358.97º 0.83% 0.82% -
XYZ 27.53 15.04 3.29 -
YUV 87.67 99.98 215.26 -
System Red Green Blue C M Y K H S L
Decimal 210 35 38 0 0.83 0.82 0.18 358.97 0.71 0.48
Hex D2 23 26 0 53 52 12 167 47 30
Octal 322 43 46 0 123 122 22 547 107 60
Binary 11010010 100011 100110 0 1010011 1010010 10010 101100111 1000111 110000

Color Harmonies of #D22326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22326

Black with #D22326

Text Example


Text Example

White with #D22326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22326; }

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

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

background-color css

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

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

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

border-color css

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

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

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