Html Css Color HEX #D0152A Fire Engine Red

📋 copy color: '#D0152A'

red 208 ◦ green 21 ◦ blue 42

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

Shades of Fire Engine Red #D0152A

Tints of Fire Engine Red #D0152A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.75%

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

R = 76.75%
G = 7.75%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D0152A (or 0xD0152A) is known color: Fire Engine Red. HEX triplet: D0, 15 and 2A. RGB value is (208,21,42). Sum of RGB (Red+Green+Blue) = 208+21+42=271 (35% of max value = 765). Red value is 208 (81.64% from 255 or 76.75% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 208 - color contains mainly: red. Hex color #D0152A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0152A is #2FEAD5. Grayscale: #4F4F4F. Windows color (decimal): -3140310 or 2758096. OLE color: 2758096.

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

Color convert

RGB 208 21 42 -
CMYK 0 0.90 0.80 0.18
HSL 353.26º 0.82% 0.45% -
HSV(B) 353.26º 0.9% 0.82% -
XYZ 26.7 14.11 3.51 -
YUV 79.31 106.95 219.79 -
System Red Green Blue C M Y K H S L
Decimal 208 21 42 0 0.90 0.80 0.18 353.26 0.82 0.45
Hex D0 15 2A 0 5A 50 12 161 52 2D
Octal 320 25 52 0 132 120 22 541 122 55
Binary 11010000 10101 101010 0 1011010 1010000 10010 101100001 1010010 101101

Color Harmonies of #D0152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0152A

Black with #D0152A

Text Example


Text Example

White with #D0152A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0152A; }

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

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

background-color css

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

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

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

border-color css

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

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

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