Html Css Color HEX #D01B2C Fire Engine Red

📋 copy color: '#D01B2C'

red 208 ◦ green 27 ◦ blue 44

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

Shades of Fire Engine Red #D01B2C

Tints of Fire Engine Red #D01B2C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.68%

 BLUE value IS 44 (17.58% from 255) = 15.77%

R = 74.55%
G = 9.68%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D01B2C (or 0xD01B2C) is known color: Fire Engine Red. HEX triplet: D0, 1B and 2C. RGB value is (208,27,44). Sum of RGB (Red+Green+Blue) = 208+27+44=279 (36% of max value = 765). Red value is 208 (81.64% from 255 or 74.55% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 208 - color contains mainly: red. Hex color #D01B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01B2C is #2FE4D3. Grayscale: #535353. Windows color (decimal): -3138772 or 2890704. OLE color: 2890704.

HSL color Cylindrical-coordinate representation of color #D01B2C: hue angle of 354.36º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01B2C is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 27 44 -
CMYK 0 0.87 0.79 0.18
HSL 354.36º 0.77% 0.46% -
HSV(B) 354.36º 0.87% 0.82% -
XYZ 26.86 14.38 3.74 -
YUV 83.06 105.97 217.12 -
System Red Green Blue C M Y K H S L
Decimal 208 27 44 0 0.87 0.79 0.18 354.36 0.77 0.46
Hex D0 1B 2C 0 57 4F 12 162 4D 2E
Octal 320 33 54 0 127 117 22 542 115 56
Binary 11010000 11011 101100 0 1010111 1001111 10010 101100010 1001101 101110

Color Harmonies of #D01B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01B2C

Black with #D01B2C

Text Example


Text Example

White with #D01B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01B2C; }

 p { color: rgb(208,27,44); }

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

background-color css

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

 a { background-color: rgb(208,27,44); }

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

border-color css

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

 span { border-color: rgb(208,27,44); }

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