Html Css Color HEX #D00C26 Fire Engine Red

📋 copy color: '#D00C26'

red 208 ◦ green 12 ◦ blue 38

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

Shades of Fire Engine Red #D00C26

Tints of Fire Engine Red #D00C26

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.65%

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

R = 80.62%
G = 4.65%
B = 14.73%

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

#D00C26 (or 0xD00C26) is known color: Fire Engine Red. HEX triplet: D0, 0C and 26. RGB value is (208,12,38). Sum of RGB (Red+Green+Blue) = 208+12+38=258 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80.62% from 258); Green value is 12 (5.08% from 255 or 4.65% from 258); Blue value is 38 (15.23% from 255 or 14.73% from 258); Max value from RGB is 208 - color contains mainly: red. Hex color #D00C26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00C26 is #2FF3D9. Grayscale: #494949. Windows color (decimal): -3142618 or 2493648. OLE color: 2493648.

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

Color convert

RGB 208 12 38 -
CMYK 0 0.94 0.82 0.18
HSL 352.04º 0.89% 0.43% -
HSV(B) 352.04º 0.94% 0.82% -
XYZ 26.49 13.81 3.1 -
YUV 73.57 107.93 223.89 -
System Red Green Blue C M Y K H S L
Decimal 208 12 38 0 0.94 0.82 0.18 352.04 0.89 0.43
Hex D0 C 26 0 5E 52 12 160 59 2B
Octal 320 14 46 0 136 122 22 540 131 53
Binary 11010000 1100 100110 0 1011110 1010010 10010 101100000 1011001 101011

Color Harmonies of #D00C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00C26

Black with #D00C26

Text Example


Text Example

White with #D00C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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