Html Css Color HEX #D0232D Fire Engine Red

📋 copy color: '#D0232D'

red 208 ◦ green 35 ◦ blue 45

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

Shades of Fire Engine Red #D0232D

Tints of Fire Engine Red #D0232D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.15%

 BLUE value IS 45 (17.97% from 255) = 15.63%

R = 72.22%
G = 12.15%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D0232D (or 0xD0232D) is known color: Fire Engine Red. HEX triplet: D0, 23 and 2D. RGB value is (208,35,45). Sum of RGB (Red+Green+Blue) = 208+35+45=288 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.22% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 208 - color contains mainly: red. Hex color #D0232D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0232D is #2FDCD2. Grayscale: #585858. Windows color (decimal): -3136723 or 2958288. OLE color: 2958288.

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

Color convert

RGB 208 35 45 -
CMYK 0 0.83 0.78 0.18
HSL 356.53º 0.71% 0.48% -
HSV(B) 356.53º 0.83% 0.82% -
XYZ 27.09 14.8 3.91 -
YUV 87.87 103.81 213.69 -
System Red Green Blue C M Y K H S L
Decimal 208 35 45 0 0.83 0.78 0.18 356.53 0.71 0.48
Hex D0 23 2D 0 53 4E 12 165 47 30
Octal 320 43 55 0 123 116 22 545 107 60
Binary 11010000 100011 101101 0 1010011 1001110 10010 101100101 1000111 110000

Color Harmonies of #D0232D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0232D

Black with #D0232D

Text Example


Text Example

White with #D0232D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0232D; }

 p { color: rgb(208,35,45); }

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

background-color css

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

 a { background-color: rgb(208,35,45); }

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

border-color css

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

 span { border-color: rgb(208,35,45); }

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