Html Css Color HEX #C72602 Harley Davidson Orange

📋 copy color: '#C72602'

red 199 ◦ green 38 ◦ blue 2

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

Shades of Harley Davidson Orange #C72602

Tints of Harley Davidson Orange #C72602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.84%

R = 83.26%
G = 15.9%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C72602 (or 0xC72602) is known color: Harley Davidson Orange. HEX triplet: C7, 26 and 02. RGB value is (199,38,2). Sum of RGB (Red+Green+Blue) = 199+38+2=239 (31% of max value = 765). Red value is 199 (78.12% from 255 or 83.26% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 199 - color contains mainly: red. Hex color #C72602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72602 is #38D9FD. Grayscale: #525252. Windows color (decimal): -3725822 or 140999. OLE color: 140999.

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

Color convert

RGB 199 38 2 -
CMYK 0 0.81 0.99 0.22
HSL 10.96º 0.98% 0.39% -
HSV(B) 10.96º 0.99% 0.78% -
XYZ 24.26 13.53 1.39 -
YUV 82.04 82.84 211.43 -
System Red Green Blue C M Y K H S L
Decimal 199 38 2 0 0.81 0.99 0.22 10.96 0.98 0.39
Hex C7 26 2 0 51 63 16 B 62 27
Octal 307 46 2 0 121 143 26 13 142 47
Binary 11000111 100110 10 0 1010001 1100011 10110 1011 1100010 100111

Color Harmonies of #C72602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72602

Black with #C72602

Text Example


Text Example

White with #C72602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72602; }

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

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

background-color css

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

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

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

border-color css

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

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

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