Html Css Color HEX #D10B23 Fire Engine Red

📋 copy color: '#D10B23'

red 209 ◦ green 11 ◦ blue 35

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

Shades of Fire Engine Red #D10B23

Tints of Fire Engine Red #D10B23

RGB

 RED value IS 209 (82.03% from 255) = 81.96%

 GREEN value IS 11 (4.69% from 255) = 4.31%

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

R = 81.96%
G = 4.31%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D10B23 (or 0xD10B23) is known color: Fire Engine Red. HEX triplet: D1, 0B and 23. RGB value is (209,11,35). Sum of RGB (Red+Green+Blue) = 209+11+35=255 (33% of max value = 765). Red value is 209 (82.03% from 255 or 81.96% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 209 - color contains mainly: red. Hex color #D10B23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10B23 is #2EF4DC. Grayscale: #494949. Windows color (decimal): -3077341 or 2296785. OLE color: 2296785.

HSL color Cylindrical-coordinate representation of color #D10B23: hue angle of 352.73º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10B23 is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 11 35 -
CMYK 0 0.95 0.83 0.18
HSL 352.73º 0.9% 0.43% -
HSV(B) 352.73º 0.95% 0.82% -
XYZ 26.72 13.92 2.87 -
YUV 72.94 106.6 225.05 -
System Red Green Blue C M Y K H S L
Decimal 209 11 35 0 0.95 0.83 0.18 352.73 0.9 0.43
Hex D1 B 23 0 5F 53 12 161 5A 2B
Octal 321 13 43 0 137 123 22 541 132 53
Binary 11010001 1011 100011 0 1011111 1010011 10010 101100001 1011010 101011

Color Harmonies of #D10B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10B23

Black with #D10B23

Text Example


Text Example

White with #D10B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10B23; }

 p { color: rgb(209,11,35); }

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

background-color css

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

 a { background-color: rgb(209,11,35); }

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

border-color css

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

 span { border-color: rgb(209,11,35); }

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