Html Css Color HEX #D61612 Harley Davidson Orange

📋 copy color: '#D61612'

red 214 ◦ green 22 ◦ blue 18

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

Shades of Harley Davidson Orange #D61612

Tints of Harley Davidson Orange #D61612

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.66%

 BLUE value IS 18 (7.42% from 255) = 7.09%

R = 84.25%
G = 8.66%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D61612 (or 0xD61612) is known color: Harley Davidson Orange. HEX triplet: D6, 16 and 12. RGB value is (214,22,18). Sum of RGB (Red+Green+Blue) = 214+22+18=254 (33% of max value = 765). Red value is 214 (83.98% from 255 or 84.25% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 214 - color contains mainly: red. Hex color #D61612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61612 is #29E9ED. Grayscale: #4F4F4F. Windows color (decimal): -2746862 or 1185494. OLE color: 1185494.

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

Color convert

RGB 214 22 18 -
CMYK 0 0.90 0.92 0.16
HSL 1.22º 0.84% 0.45% -
HSV(B) 1.22º 0.92% 0.84% -
XYZ 28.13 14.91 1.97 -
YUV 78.95 93.61 224.33 -
System Red Green Blue C M Y K H S L
Decimal 214 22 18 0 0.90 0.92 0.16 1.22 0.84 0.45
Hex D6 16 12 0 5A 5C 10 1 54 2D
Octal 326 26 22 0 132 134 20 1 124 55
Binary 11010110 10110 10010 0 1011010 1011100 10000 1 1010100 101101

Color Harmonies of #D61612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61612

Black with #D61612

Text Example


Text Example

White with #D61612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61612; }

 p { color: rgb(214,22,18); }

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

background-color css

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

 a { background-color: rgb(214,22,18); }

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

border-color css

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

 span { border-color: rgb(214,22,18); }

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