Html Css Color HEX #D2032B Fire Engine Red

📋 copy color: '#D2032B'

red 210 ◦ green 3 ◦ blue 43

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

Shades of Fire Engine Red #D2032B

Tints of Fire Engine Red #D2032B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.17%

 BLUE value IS 43 (17.19% from 255) = 16.8%

R = 82.03%
G = 1.17%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D2032B (or 0xD2032B) is known color: Fire Engine Red. HEX triplet: D2, 03 and 2B. RGB value is (210,3,43). Sum of RGB (Red+Green+Blue) = 210+3+43=256 (33% of max value = 765). Red value is 210 (82.42% from 255 or 82.03% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 210 - color contains mainly: red. Hex color #D2032B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2032B is #2DFCD4. Grayscale: #454545. Windows color (decimal): -3013845 or 2819026. OLE color: 2819026.

HSL color Cylindrical-coordinate representation of color #D2032B: hue angle of 348.41º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D2032B is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 3 43 -
CMYK 0 0.99 0.80 0.18
HSL 348.41º 0.97% 0.42% -
HSV(B) 348.41º 0.99% 0.82% -
XYZ 27.05 13.94 3.55 -
YUV 69.45 113.08 228.25 -
System Red Green Blue C M Y K H S L
Decimal 210 3 43 0 0.99 0.80 0.18 348.41 0.97 0.42
Hex D2 3 2B 0 63 50 12 15C 61 2A
Octal 322 3 53 0 143 120 22 534 141 52
Binary 11010010 11 101011 0 1100011 1010000 10010 101011100 1100001 101010

Color Harmonies of #D2032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2032B

Black with #D2032B

Text Example


Text Example

White with #D2032B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2032B; }

 p { color: rgb(210,3,43); }

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

background-color css

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

 a { background-color: rgb(210,3,43); }

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

border-color css

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

 span { border-color: rgb(210,3,43); }

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