Html Css Color HEX #D60326 Fire Engine Red

📋 copy color: '#D60326'

red 214 ◦ green 3 ◦ blue 38

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

Shades of Fire Engine Red #D60326

Tints of Fire Engine Red #D60326

RGB

 RED value IS 214 (83.98% from 255) = 83.92%

 GREEN value IS 3 (1.56% from 255) = 1.18%

 BLUE value IS 38 (15.23% from 255) = 14.9%

R = 83.92%
G = 1.18%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D60326 (or 0xD60326) is known color: Fire Engine Red. HEX triplet: D6, 03 and 26. RGB value is (214,3,38). Sum of RGB (Red+Green+Blue) = 214+3+38=255 (33% of max value = 765). Red value is 214 (83.98% from 255 or 83.92% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 214 - color contains mainly: red. Hex color #D60326 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60326 is #29FCD9. Grayscale: #464646. Windows color (decimal): -2751706 or 2491350. OLE color: 2491350.

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

Color convert

RGB 214 3 38 -
CMYK 0 0.99 0.82 0.16
HSL 350.05º 0.97% 0.43% -
HSV(B) 350.05º 0.99% 0.84% -
XYZ 28.11 14.5 3.15 -
YUV 70.08 109.9 230.65 -
System Red Green Blue C M Y K H S L
Decimal 214 3 38 0 0.99 0.82 0.16 350.05 0.97 0.43
Hex D6 3 26 0 63 52 10 15E 61 2B
Octal 326 3 46 0 143 122 20 536 141 53
Binary 11010110 11 100110 0 1100011 1010010 10000 101011110 1100001 101011

Color Harmonies of #D60326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60326

Black with #D60326

Text Example


Text Example

White with #D60326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60326; }

 p { color: rgb(214,3,38); }

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

background-color css

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

 a { background-color: rgb(214,3,38); }

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

border-color css

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

 span { border-color: rgb(214,3,38); }

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