Html Css Color HEX #D01226 Fire Engine Red

📋 copy color: '#D01226'

red 208 ◦ green 18 ◦ blue 38

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

Shades of Fire Engine Red #D01226

Tints of Fire Engine Red #D01226

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.82%

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

R = 78.79%
G = 6.82%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D01226 (or 0xD01226) is known color: Fire Engine Red. HEX triplet: D0, 12 and 26. RGB value is (208,18,38). Sum of RGB (Red+Green+Blue) = 208+18+38=264 (34% of max value = 765). Red value is 208 (81.64% from 255 or 78.79% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 38 (15.23% from 255 or 14.39% from 264); Max value from RGB is 208 - color contains mainly: red. Hex color #D01226 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01226 is #2FEDD9. Grayscale: #4D4D4D. Windows color (decimal): -3141082 or 2495184. OLE color: 2495184.

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

Color convert

RGB 208 18 38 -
CMYK 0 0.91 0.82 0.18
HSL 353.68º 0.84% 0.44% -
HSV(B) 353.68º 0.91% 0.82% -
XYZ 26.58 13.98 3.13 -
YUV 77.09 105.95 221.37 -
System Red Green Blue C M Y K H S L
Decimal 208 18 38 0 0.91 0.82 0.18 353.68 0.84 0.44
Hex D0 12 26 0 5B 52 12 162 54 2C
Octal 320 22 46 0 133 122 22 542 124 54
Binary 11010000 10010 100110 0 1011011 1010010 10010 101100010 1010100 101100

Color Harmonies of #D01226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01226

Black with #D01226

Text Example


Text Example

White with #D01226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01226; }

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

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

background-color css

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

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

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

border-color css

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

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

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