Html Css Color HEX #D00D26 Fire Engine Red

📋 copy color: '#D00D26'

red 208 ◦ green 13 ◦ blue 38

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

Shades of Fire Engine Red #D00D26

Tints of Fire Engine Red #D00D26

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.02%

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

R = 80.31%
G = 5.02%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D00D26 (or 0xD00D26) is known color: Fire Engine Red. HEX triplet: D0, 0D and 26. RGB value is (208,13,38). Sum of RGB (Red+Green+Blue) = 208+13+38=259 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80.31% from 259); Green value is 13 (5.47% from 255 or 5.02% from 259); Blue value is 38 (15.23% from 255 or 14.67% from 259); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00D26 is #2FF2D9. Grayscale: #4A4A4A. Windows color (decimal): -3142362 or 2493904. OLE color: 2493904.

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

Color convert

RGB 208 13 38 -
CMYK 0 0.94 0.82 0.18
HSL 352.31º 0.88% 0.43% -
HSV(B) 352.31º 0.94% 0.82% -
XYZ 26.51 13.84 3.11 -
YUV 74.16 107.6 223.47 -
System Red Green Blue C M Y K H S L
Decimal 208 13 38 0 0.94 0.82 0.18 352.31 0.88 0.43
Hex D0 D 26 0 5E 52 12 160 58 2B
Octal 320 15 46 0 136 122 22 540 130 53
Binary 11010000 1101 100110 0 1011110 1010010 10010 101100000 1011000 101011

Color Harmonies of #D00D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00D26

Black with #D00D26

Text Example


Text Example

White with #D00D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00D26; }

 p { color: rgb(208,13,38); }

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

background-color css

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

 a { background-color: rgb(208,13,38); }

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

border-color css

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

 span { border-color: rgb(208,13,38); }

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