Html Css Color HEX #D00D25 Fire Engine Red

📋 copy color: '#D00D25'

red 208 ◦ green 13 ◦ blue 37

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

Shades of Fire Engine Red #D00D25

Tints of Fire Engine Red #D00D25

RGB

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

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

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

R = 80.62%
G = 5.04%
B = 14.34%

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

#D00D25 (or 0xD00D25) is known color: Fire Engine Red. HEX triplet: D0, 0D and 25. RGB value is (208,13,37). Sum of RGB (Red+Green+Blue) = 208+13+37=258 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80.62% from 258); Green value is 13 (5.47% from 255 or 5.04% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00D25 is #2FF2DA. Grayscale: #4A4A4A. Windows color (decimal): -3142363 or 2428368. OLE color: 2428368.

HSL color Cylindrical-coordinate representation of color #D00D25: hue angle of 352.62º 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 #D00D25 is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 13 37 -
CMYK 0 0.94 0.82 0.18
HSL 352.62º 0.88% 0.43% -
HSV(B) 352.62º 0.94% 0.82% -
XYZ 26.49 13.83 3.02 -
YUV 74.04 107.1 223.55 -
System Red Green Blue C M Y K H S L
Decimal 208 13 37 0 0.94 0.82 0.18 352.62 0.88 0.43
Hex D0 D 25 0 5E 52 12 161 58 2B
Octal 320 15 45 0 136 122 22 541 130 53
Binary 11010000 1101 100101 0 1011110 1010010 10010 101100001 1011000 101011

Color Harmonies of #D00D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00D25

Black with #D00D25

Text Example


Text Example

White with #D00D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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