Html Css Color HEX #D30527 Fire Engine Red

📋 copy color: '#D30527'

red 211 ◦ green 5 ◦ blue 39

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

Shades of Fire Engine Red #D30527

Tints of Fire Engine Red #D30527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.29%

R = 82.75%
G = 1.96%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D30527 (or 0xD30527) is known color: Fire Engine Red. HEX triplet: D3, 05 and 27. RGB value is (211,5,39). Sum of RGB (Red+Green+Blue) = 211+5+39=255 (33% of max value = 765). Red value is 211 (82.81% from 255 or 82.75% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 211 - color contains mainly: red. Hex color #D30527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30527 is #2CFAD8. Grayscale: #464646. Windows color (decimal): -2947801 or 2557395. OLE color: 2557395.

HSL color Cylindrical-coordinate representation of color #D30527: hue angle of 350.1º 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 #D30527 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 5 39 -
CMYK 0 0.98 0.82 0.17
HSL 350.1º 0.95% 0.42% -
HSV(B) 350.1º 0.98% 0.83% -
XYZ 27.28 14.1 3.2 -
YUV 70.47 110.25 228.24 -
System Red Green Blue C M Y K H S L
Decimal 211 5 39 0 0.98 0.82 0.17 350.1 0.95 0.42
Hex D3 5 27 0 62 52 11 15E 5F 2A
Octal 323 5 47 0 142 122 21 536 137 52
Binary 11010011 101 100111 0 1100010 1010010 10001 101011110 1011111 101010

Color Harmonies of #D30527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30527

Black with #D30527

Text Example


Text Example

White with #D30527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30527; }

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

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

background-color css

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

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

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

border-color css

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

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

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