Html Css Color HEX #D21625 Fire Engine Red

📋 copy color: '#D21625'

red 210 ◦ green 22 ◦ blue 37

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

Shades of Fire Engine Red #D21625

Tints of Fire Engine Red #D21625

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.18%

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

R = 78.07%
G = 8.18%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D21625 (or 0xD21625) is known color: Fire Engine Red. HEX triplet: D2, 16 and 25. RGB value is (210,22,37). Sum of RGB (Red+Green+Blue) = 210+22+37=269 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.07% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 210 - color contains mainly: red. Hex color #D21625 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21625 is #2DE9DA. Grayscale: #505050. Windows color (decimal): -3008987 or 2430674. OLE color: 2430674.

HSL color Cylindrical-coordinate representation of color #D21625: hue angle of 355.21º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D21625 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 22 37 -
CMYK 0 0.90 0.82 0.18
HSL 355.21º 0.81% 0.45% -
HSV(B) 355.21º 0.9% 0.82% -
XYZ 27.2 14.41 3.1 -
YUV 79.92 103.78 220.78 -
System Red Green Blue C M Y K H S L
Decimal 210 22 37 0 0.90 0.82 0.18 355.21 0.81 0.45
Hex D2 16 25 0 5A 52 12 163 51 2D
Octal 322 26 45 0 132 122 22 543 121 55
Binary 11010010 10110 100101 0 1011010 1010010 10010 101100011 1010001 101101

Color Harmonies of #D21625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21625

Black with #D21625

Text Example


Text Example

White with #D21625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21625; }

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

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

background-color css

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

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

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

border-color css

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

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

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