Html Css Color HEX #D30624 Fire Engine Red

📋 copy color: '#D30624'

red 211 ◦ green 6 ◦ blue 36

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

Shades of Fire Engine Red #D30624

Tints of Fire Engine Red #D30624

RGB

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

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

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

R = 83.4%
G = 2.37%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D30624 (or 0xD30624) is known color: Fire Engine Red. HEX triplet: D3, 06 and 24. RGB value is (211,6,36). Sum of RGB (Red+Green+Blue) = 211+6+36=253 (33% of max value = 765). Red value is 211 (82.81% from 255 or 83.40% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 36 (14.45% from 255 or 14.23% from 253); Max value from RGB is 211 - color contains mainly: red. Hex color #D30624 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30624 is #2CF9DB. Grayscale: #464646. Windows color (decimal): -2947548 or 2361043. OLE color: 2361043.

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

Color convert

RGB 211 6 36 -
CMYK 0 0.97 0.83 0.17
HSL 351.22º 0.94% 0.43% -
HSV(B) 351.22º 0.97% 0.83% -
XYZ 27.25 14.11 2.96 -
YUV 70.72 108.42 228.06 -
System Red Green Blue C M Y K H S L
Decimal 211 6 36 0 0.97 0.83 0.17 351.22 0.94 0.43
Hex D3 6 24 0 61 53 11 15F 5E 2B
Octal 323 6 44 0 141 123 21 537 136 53
Binary 11010011 110 100100 0 1100001 1010011 10001 101011111 1011110 101011

Color Harmonies of #D30624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30624

Black with #D30624

Text Example


Text Example

White with #D30624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30624; }

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

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

background-color css

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

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

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

border-color css

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

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

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