Html Css Color HEX #D0252B Fire Engine Red

📋 copy color: '#D0252B'

red 208 ◦ green 37 ◦ blue 43

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

Shades of Fire Engine Red #D0252B

Tints of Fire Engine Red #D0252B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.85%

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

R = 72.22%
G = 12.85%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0252B (or 0xD0252B) is known color: Fire Engine Red. HEX triplet: D0, 25 and 2B. RGB value is (208,37,43). Sum of RGB (Red+Green+Blue) = 208+37+43=288 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.22% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 208 - color contains mainly: red. Hex color #D0252B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0252B is #2FDAD4. Grayscale: #585858. Windows color (decimal): -3136213 or 2827728. OLE color: 2827728.

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

Color convert

RGB 208 37 43 -
CMYK 0 0.82 0.79 0.18
HSL 357.89º 0.7% 0.48% -
HSV(B) 357.89º 0.82% 0.82% -
XYZ 27.11 14.91 3.73 -
YUV 88.81 102.15 213.01 -
System Red Green Blue C M Y K H S L
Decimal 208 37 43 0 0.82 0.79 0.18 357.89 0.7 0.48
Hex D0 25 2B 0 52 4F 12 166 46 30
Octal 320 45 53 0 122 117 22 546 106 60
Binary 11010000 100101 101011 0 1010010 1001111 10010 101100110 1000110 110000

Color Harmonies of #D0252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0252B

Black with #D0252B

Text Example


Text Example

White with #D0252B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0252B; }

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

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

background-color css

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

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

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

border-color css

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

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

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