Html Css Color HEX #D01B2B Fire Engine Red

📋 copy color: '#D01B2B'

red 208 ◦ green 27 ◦ blue 43

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

Shades of Fire Engine Red #D01B2B

Tints of Fire Engine Red #D01B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.47%

R = 74.82%
G = 9.71%
B = 15.47%

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

#D01B2B (or 0xD01B2B) is known color: Fire Engine Red. HEX triplet: D0, 1B and 2B. RGB value is (208,27,43). Sum of RGB (Red+Green+Blue) = 208+27+43=278 (36% of max value = 765). Red value is 208 (81.64% from 255 or 74.82% from 278); Green value is 27 (10.94% from 255 or 9.71% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 208 - color contains mainly: red. Hex color #D01B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01B2B is #2FE4D4. Grayscale: #535353. Windows color (decimal): -3138773 or 2825168. OLE color: 2825168.

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

Color convert

RGB 208 27 43 -
CMYK 0 0.87 0.79 0.18
HSL 354.7º 0.77% 0.46% -
HSV(B) 354.7º 0.87% 0.82% -
XYZ 26.84 14.37 3.64 -
YUV 82.94 105.47 217.2 -
System Red Green Blue C M Y K H S L
Decimal 208 27 43 0 0.87 0.79 0.18 354.7 0.77 0.46
Hex D0 1B 2B 0 57 4F 12 163 4D 2E
Octal 320 33 53 0 127 117 22 543 115 56
Binary 11010000 11011 101011 0 1010111 1001111 10010 101100011 1001101 101110

Color Harmonies of #D01B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01B2B

Black with #D01B2B

Text Example


Text Example

White with #D01B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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