Html Css Color HEX #D01829 Fire Engine Red

📋 copy color: '#D01829'

red 208 ◦ green 24 ◦ blue 41

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

Shades of Fire Engine Red #D01829

Tints of Fire Engine Red #D01829

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.79%

 BLUE value IS 41 (16.41% from 255) = 15.02%

R = 76.19%
G = 8.79%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D01829 (or 0xD01829) is known color: Fire Engine Red. HEX triplet: D0, 18 and 29. RGB value is (208,24,41). Sum of RGB (Red+Green+Blue) = 208+24+41=273 (36% of max value = 765). Red value is 208 (81.64% from 255 or 76.19% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 208 - color contains mainly: red. Hex color #D01829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01829 is #2FE7D6. Grayscale: #515151. Windows color (decimal): -3139543 or 2693328. OLE color: 2693328.

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

Color convert

RGB 208 24 41 -
CMYK 0 0.88 0.80 0.18
HSL 354.46º 0.79% 0.45% -
HSV(B) 354.46º 0.88% 0.82% -
XYZ 26.74 14.22 3.43 -
YUV 80.95 105.46 218.62 -
System Red Green Blue C M Y K H S L
Decimal 208 24 41 0 0.88 0.80 0.18 354.46 0.79 0.45
Hex D0 18 29 0 58 50 12 162 4F 2D
Octal 320 30 51 0 130 120 22 542 117 55
Binary 11010000 11000 101001 0 1011000 1010000 10010 101100010 1001111 101101

Color Harmonies of #D01829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01829

Black with #D01829

Text Example


Text Example

White with #D01829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01829; }

 p { color: rgb(208,24,41); }

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

background-color css

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

 a { background-color: rgb(208,24,41); }

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

border-color css

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

 span { border-color: rgb(208,24,41); }

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