Html Css Color HEX #D62213 Harley Davidson Orange

📋 copy color: '#D62213'

red 214 ◦ green 34 ◦ blue 19

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

Shades of Harley Davidson Orange #D62213

Tints of Harley Davidson Orange #D62213

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.73%

 BLUE value IS 19 (7.81% from 255) = 7.12%

R = 80.15%
G = 12.73%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D62213 (or 0xD62213) is known color: Harley Davidson Orange. HEX triplet: D6, 22 and 13. RGB value is (214,34,19). Sum of RGB (Red+Green+Blue) = 214+34+19=267 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.15% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 214 - color contains mainly: red. Hex color #D62213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62213 is #29DDEC. Grayscale: #565656. Windows color (decimal): -2743789 or 1254102. OLE color: 1254102.

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

Color convert

RGB 214 34 19 -
CMYK 0 0.84 0.91 0.16
HSL 4.62º 0.84% 0.46% -
HSV(B) 4.62º 0.91% 0.84% -
XYZ 28.42 15.49 2.11 -
YUV 86.11 90.13 219.22 -
System Red Green Blue C M Y K H S L
Decimal 214 34 19 0 0.84 0.91 0.16 4.62 0.84 0.46
Hex D6 22 13 0 54 5B 10 5 54 2E
Octal 326 42 23 0 124 133 20 5 124 56
Binary 11010110 100010 10011 0 1010100 1011011 10000 101 1010100 101110

Color Harmonies of #D62213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62213

Black with #D62213

Text Example


Text Example

White with #D62213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62213; }

 p { color: rgb(214,34,19); }

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

background-color css

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

 a { background-color: rgb(214,34,19); }

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

border-color css

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

 span { border-color: rgb(214,34,19); }

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