Html Css Color HEX #D0152B Fire Engine Red

📋 copy color: '#D0152B'

red 208 ◦ green 21 ◦ blue 43

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

Shades of Fire Engine Red #D0152B

Tints of Fire Engine Red #D0152B

RGB

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

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

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

R = 76.47%
G = 7.72%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0152B (or 0xD0152B) is known color: Fire Engine Red. HEX triplet: D0, 15 and 2B. RGB value is (208,21,43). Sum of RGB (Red+Green+Blue) = 208+21+43=272 (36% of max value = 765). Red value is 208 (81.64% from 255 or 76.47% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 208 - color contains mainly: red. Hex color #D0152B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0152B is #2FEAD4. Grayscale: #4F4F4F. Windows color (decimal): -3140309 or 2823632. OLE color: 2823632.

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

Color convert

RGB 208 21 43 -
CMYK 0 0.90 0.79 0.18
HSL 352.94º 0.82% 0.45% -
HSV(B) 352.94º 0.9% 0.82% -
XYZ 26.72 14.12 3.6 -
YUV 79.42 107.45 219.71 -
System Red Green Blue C M Y K H S L
Decimal 208 21 43 0 0.90 0.79 0.18 352.94 0.82 0.45
Hex D0 15 2B 0 5A 4F 12 161 52 2D
Octal 320 25 53 0 132 117 22 541 122 55
Binary 11010000 10101 101011 0 1011010 1001111 10010 101100001 1010010 101101

Color Harmonies of #D0152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0152B

Black with #D0152B

Text Example


Text Example

White with #D0152B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0152B; }

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

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

background-color css

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

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

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

border-color css

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

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

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