Html Css Color HEX #D30524 Fire Engine Red

📋 copy color: '#D30524'

red 211 ◦ green 5 ◦ blue 36

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

Shades of Fire Engine Red #D30524

Tints of Fire Engine Red #D30524

RGB

 RED value IS 211 (82.81% from 255) = 83.73%

 GREEN value IS 5 (2.34% from 255) = 1.98%

 BLUE value IS 36 (14.45% from 255) = 14.29%

R = 83.73%
G = 1.98%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D30524 (or 0xD30524) is known color: Fire Engine Red. HEX triplet: D3, 05 and 24. RGB value is (211,5,36). Sum of RGB (Red+Green+Blue) = 211+5+36=252 (33% of max value = 765). Red value is 211 (82.81% from 255 or 83.73% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 36 (14.45% from 255 or 14.29% from 252); Max value from RGB is 211 - color contains mainly: red. Hex color #D30524 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30524 is #2CFADB. Grayscale: #464646. Windows color (decimal): -2947804 or 2360787. OLE color: 2360787.

HSL color Cylindrical-coordinate representation of color #D30524: hue angle of 350.97º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D30524 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 5 36 -
CMYK 0 0.98 0.83 0.17
HSL 350.97º 0.95% 0.42% -
HSV(B) 350.97º 0.98% 0.83% -
XYZ 27.24 14.08 2.95 -
YUV 70.13 108.75 228.48 -
System Red Green Blue C M Y K H S L
Decimal 211 5 36 0 0.98 0.83 0.17 350.97 0.95 0.42
Hex D3 5 24 0 62 53 11 15F 5F 2A
Octal 323 5 44 0 142 123 21 537 137 52
Binary 11010011 101 100100 0 1100010 1010011 10001 101011111 1011111 101010

Color Harmonies of #D30524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30524

Black with #D30524

Text Example


Text Example

White with #D30524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30524; }

 p { color: rgb(211,5,36); }

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

background-color css

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

 a { background-color: rgb(211,5,36); }

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

border-color css

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

 span { border-color: rgb(211,5,36); }

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