Html Css Color HEX #D01A2A Fire Engine Red

📋 copy color: '#D01A2A'

red 208 ◦ green 26 ◦ blue 42

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

Shades of Fire Engine Red #D01A2A

Tints of Fire Engine Red #D01A2A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.42%

 BLUE value IS 42 (16.8% from 255) = 15.22%

R = 75.36%
G = 9.42%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D01A2A (or 0xD01A2A) is known color: Fire Engine Red. HEX triplet: D0, 1A and 2A. RGB value is (208,26,42). Sum of RGB (Red+Green+Blue) = 208+26+42=276 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.36% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 208 - color contains mainly: red. Hex color #D01A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01A2A is #2FE5D5. Grayscale: #525252. Windows color (decimal): -3139030 or 2759376. OLE color: 2759376.

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

Color convert

RGB 208 26 42 -
CMYK 0 0.88 0.80 0.18
HSL 354.73º 0.78% 0.46% -
HSV(B) 354.73º 0.88% 0.82% -
XYZ 26.8 14.32 3.54 -
YUV 82.24 105.3 217.7 -
System Red Green Blue C M Y K H S L
Decimal 208 26 42 0 0.88 0.80 0.18 354.73 0.78 0.46
Hex D0 1A 2A 0 58 50 12 163 4E 2E
Octal 320 32 52 0 130 120 22 543 116 56
Binary 11010000 11010 101010 0 1011000 1010000 10010 101100011 1001110 101110

Color Harmonies of #D01A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01A2A

Black with #D01A2A

Text Example


Text Example

White with #D01A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01A2A; }

 p { color: rgb(208,26,42); }

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

background-color css

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

 a { background-color: rgb(208,26,42); }

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

border-color css

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

 span { border-color: rgb(208,26,42); }

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