Html Css Color HEX #D01223 Fire Engine Red

📋 copy color: '#D01223'

red 208 ◦ green 18 ◦ blue 35

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

Shades of Fire Engine Red #D01223

Tints of Fire Engine Red #D01223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.41%

R = 79.69%
G = 6.9%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D01223 (or 0xD01223) is known color: Fire Engine Red. HEX triplet: D0, 12 and 23. RGB value is (208,18,35). Sum of RGB (Red+Green+Blue) = 208+18+35=261 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.69% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 208 - color contains mainly: red. Hex color #D01223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01223 is #2FEDDC. Grayscale: #4C4C4C. Windows color (decimal): -3141085 or 2298576. OLE color: 2298576.

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

Color convert

RGB 208 18 35 -
CMYK 0 0.91 0.83 0.18
HSL 354.63º 0.84% 0.44% -
HSV(B) 354.63º 0.91% 0.82% -
XYZ 26.53 13.96 2.89 -
YUV 76.75 104.45 221.62 -
System Red Green Blue C M Y K H S L
Decimal 208 18 35 0 0.91 0.83 0.18 354.63 0.84 0.44
Hex D0 12 23 0 5B 53 12 163 54 2C
Octal 320 22 43 0 133 123 22 543 124 54
Binary 11010000 10010 100011 0 1011011 1010011 10010 101100011 1010100 101100

Color Harmonies of #D01223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01223

Black with #D01223

Text Example


Text Example

White with #D01223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01223; }

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

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

background-color css

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

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

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

border-color css

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

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

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