Html Css Color HEX #C72612 Harley Davidson Orange

📋 copy color: '#C72612'

red 199 ◦ green 38 ◦ blue 18

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

Shades of Harley Davidson Orange #C72612

Tints of Harley Davidson Orange #C72612

RGB

 RED value IS 199 (78.13% from 255) = 78.04%

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

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

R = 78.04%
G = 14.9%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C72612 (or 0xC72612) is known color: Harley Davidson Orange. HEX triplet: C7, 26 and 12. RGB value is (199,38,18). Sum of RGB (Red+Green+Blue) = 199+38+18=255 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.04% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 199 - color contains mainly: red. Hex color #C72612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72612 is #38D9ED. Grayscale: #545454. Windows color (decimal): -3725806 or 1189575. OLE color: 1189575.

HSL color Cylindrical-coordinate representation of color #C72612: hue angle of 6.63º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C72612 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 38 18 -
CMYK 0 0.81 0.91 0.22
HSL 6.63º 0.83% 0.43% -
HSV(B) 6.63º 0.91% 0.78% -
XYZ 24.36 13.57 1.91 -
YUV 83.86 90.84 210.13 -
System Red Green Blue C M Y K H S L
Decimal 199 38 18 0 0.81 0.91 0.22 6.63 0.83 0.43
Hex C7 26 12 0 51 5B 16 7 53 2B
Octal 307 46 22 0 121 133 26 7 123 53
Binary 11000111 100110 10010 0 1010001 1011011 10110 111 1010011 101011

Color Harmonies of #C72612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72612

Black with #C72612

Text Example


Text Example

White with #C72612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72612; }

 p { color: rgb(199,38,18); }

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

background-color css

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

 a { background-color: rgb(199,38,18); }

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

border-color css

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

 span { border-color: rgb(199,38,18); }

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