Html Css Color HEX #D00B23 Fire Engine Red

📋 copy color: '#D00B23'

red 208 ◦ green 11 ◦ blue 35

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

Shades of Fire Engine Red #D00B23

Tints of Fire Engine Red #D00B23

RGB

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

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

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

R = 81.89%
G = 4.33%
B = 13.78%

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

#D00B23 (or 0xD00B23) is known color: Fire Engine Red. HEX triplet: D0, 0B and 23. RGB value is (208,11,35). Sum of RGB (Red+Green+Blue) = 208+11+35=254 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.89% from 254); Green value is 11 (4.69% from 255 or 4.33% from 254); Blue value is 35 (14.06% from 255 or 13.78% from 254); Max value from RGB is 208 - color contains mainly: red. Hex color #D00B23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00B23 is #2FF4DC. Grayscale: #484848. Windows color (decimal): -3142877 or 2296784. OLE color: 2296784.

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

Color convert

RGB 208 11 35 -
CMYK 0 0.95 0.83 0.18
HSL 352.69º 0.9% 0.43% -
HSV(B) 352.69º 0.95% 0.82% -
XYZ 26.44 13.77 2.85 -
YUV 72.64 106.77 224.55 -
System Red Green Blue C M Y K H S L
Decimal 208 11 35 0 0.95 0.83 0.18 352.69 0.9 0.43
Hex D0 B 23 0 5F 53 12 161 5A 2B
Octal 320 13 43 0 137 123 22 541 132 53
Binary 11010000 1011 100011 0 1011111 1010011 10010 101100001 1011010 101011

Color Harmonies of #D00B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00B23

Black with #D00B23

Text Example


Text Example

White with #D00B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00B23; }

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

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

background-color css

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

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

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

border-color css

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

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

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