Html Css Color HEX #D00427 Fire Engine Red

📋 copy color: '#D00427'

red 208 ◦ green 4 ◦ blue 39

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

Shades of Fire Engine Red #D00427

Tints of Fire Engine Red #D00427

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.59%

 BLUE value IS 39 (15.63% from 255) = 15.54%

R = 82.87%
G = 1.59%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D00427 (or 0xD00427) is known color: Fire Engine Red. HEX triplet: D0, 04 and 27. RGB value is (208,4,39). Sum of RGB (Red+Green+Blue) = 208+4+39=251 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.87% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 208 - color contains mainly: red. Hex color #D00427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00427 is #2FFBD8. Grayscale: #454545. Windows color (decimal): -3144665 or 2557136. OLE color: 2557136.

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

Color convert

RGB 208 4 39 -
CMYK 0 0.98 0.81 0.18
HSL 349.71º 0.96% 0.42% -
HSV(B) 349.71º 0.98% 0.82% -
XYZ 26.42 13.64 3.16 -
YUV 68.99 111.09 227.15 -
System Red Green Blue C M Y K H S L
Decimal 208 4 39 0 0.98 0.81 0.18 349.71 0.96 0.42
Hex D0 4 27 0 62 51 12 15E 60 2A
Octal 320 4 47 0 142 121 22 536 140 52
Binary 11010000 100 100111 0 1100010 1010001 10010 101011110 1100000 101010

Color Harmonies of #D00427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00427

Black with #D00427

Text Example


Text Example

White with #D00427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00427; }

 p { color: rgb(208,4,39); }

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

background-color css

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

 a { background-color: rgb(208,4,39); }

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

border-color css

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

 span { border-color: rgb(208,4,39); }

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