Html Css Color HEX #D30627 Fire Engine Red

📋 copy color: '#D30627'

red 211 ◦ green 6 ◦ blue 39

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

Shades of Fire Engine Red #D30627

Tints of Fire Engine Red #D30627

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.34%

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

R = 82.42%
G = 2.34%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D30627 (or 0xD30627) is known color: Fire Engine Red. HEX triplet: D3, 06 and 27. RGB value is (211,6,39). Sum of RGB (Red+Green+Blue) = 211+6+39=256 (33% of max value = 765). Red value is 211 (82.81% from 255 or 82.42% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 211 - color contains mainly: red. Hex color #D30627 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30627 is #2CF9D8. Grayscale: #474747. Windows color (decimal): -2947545 or 2557651. OLE color: 2557651.

HSL color Cylindrical-coordinate representation of color #D30627: hue angle of 350.34º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D30627 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 6 39 -
CMYK 0 0.97 0.82 0.17
HSL 350.34º 0.94% 0.43% -
HSV(B) 350.34º 0.97% 0.83% -
XYZ 27.3 14.13 3.21 -
YUV 71.06 109.92 227.82 -
System Red Green Blue C M Y K H S L
Decimal 211 6 39 0 0.97 0.82 0.17 350.34 0.94 0.43
Hex D3 6 27 0 61 52 11 15E 5E 2B
Octal 323 6 47 0 141 122 21 536 136 53
Binary 11010011 110 100111 0 1100001 1010010 10001 101011110 1011110 101011

Color Harmonies of #D30627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30627

Black with #D30627

Text Example


Text Example

White with #D30627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30627; }

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

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

background-color css

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

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

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

border-color css

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

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

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