Html Css Color HEX #D0132A Fire Engine Red

📋 copy color: '#D0132A'

red 208 ◦ green 19 ◦ blue 42

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

Shades of Fire Engine Red #D0132A

Tints of Fire Engine Red #D0132A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.06%

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

R = 77.32%
G = 7.06%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D0132A (or 0xD0132A) is known color: Fire Engine Red. HEX triplet: D0, 13 and 2A. RGB value is (208,19,42). Sum of RGB (Red+Green+Blue) = 208+19+42=269 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.32% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 208 - color contains mainly: red. Hex color #D0132A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0132A is #2FECD5. Grayscale: #4E4E4E. Windows color (decimal): -3140822 or 2757584. OLE color: 2757584.

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

Color convert

RGB 208 19 42 -
CMYK 0 0.91 0.80 0.18
HSL 352.7º 0.83% 0.45% -
HSV(B) 352.7º 0.91% 0.82% -
XYZ 26.66 14.04 3.5 -
YUV 78.13 107.62 220.63 -
System Red Green Blue C M Y K H S L
Decimal 208 19 42 0 0.91 0.80 0.18 352.7 0.83 0.45
Hex D0 13 2A 0 5B 50 12 161 53 2D
Octal 320 23 52 0 133 120 22 541 123 55
Binary 11010000 10011 101010 0 1011011 1010000 10010 101100001 1010011 101101

Color Harmonies of #D0132A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0132A

Black with #D0132A

Text Example


Text Example

White with #D0132A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0132A; }

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

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

background-color css

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

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

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

border-color css

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

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

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