Html Css Color HEX #D0032B Fire Engine Red

📋 copy color: '#D0032B'

red 208 ◦ green 3 ◦ blue 43

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

Shades of Fire Engine Red #D0032B

Tints of Fire Engine Red #D0032B

RGB

 RED value IS 208 (81.64% from 255) = 81.89%

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

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

R = 81.89%
G = 1.18%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0032B (or 0xD0032B) is known color: Fire Engine Red. HEX triplet: D0, 03 and 2B. RGB value is (208,3,43). Sum of RGB (Red+Green+Blue) = 208+3+43=254 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.89% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 208 - color contains mainly: red. Hex color #D0032B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0032B is #2FFCD4. Grayscale: #444444. Windows color (decimal): -3144917 or 2819024. OLE color: 2819024.

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

Color convert

RGB 208 3 43 -
CMYK 0 0.99 0.79 0.18
HSL 348.29º 0.97% 0.41% -
HSV(B) 348.29º 0.99% 0.82% -
XYZ 26.48 13.65 3.52 -
YUV 68.86 113.42 227.25 -
System Red Green Blue C M Y K H S L
Decimal 208 3 43 0 0.99 0.79 0.18 348.29 0.97 0.41
Hex D0 3 2B 0 63 4F 12 15C 61 29
Octal 320 3 53 0 143 117 22 534 141 51
Binary 11010000 11 101011 0 1100011 1001111 10010 101011100 1100001 101001

Color Harmonies of #D0032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0032B

Black with #D0032B

Text Example


Text Example

White with #D0032B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0032B; }

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

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

background-color css

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

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

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

border-color css

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

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

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