Html Css Color HEX #C72605 Harley Davidson Orange

📋 copy color: '#C72605'

red 199 ◦ green 38 ◦ blue 5

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

Shades of Harley Davidson Orange #C72605

Tints of Harley Davidson Orange #C72605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.07%

R = 82.23%
G = 15.7%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C72605 (or 0xC72605) is known color: Harley Davidson Orange. HEX triplet: C7, 26 and 05. RGB value is (199,38,5). Sum of RGB (Red+Green+Blue) = 199+38+5=242 (32% of max value = 765). Red value is 199 (78.12% from 255 or 82.23% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 199 - color contains mainly: red. Hex color #C72605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72605 is #38D9FA. Grayscale: #525252. Windows color (decimal): -3725819 or 337607. OLE color: 337607.

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

Color convert

RGB 199 38 5 -
CMYK 0 0.81 0.97 0.22
HSL 10.21º 0.95% 0.4% -
HSV(B) 10.21º 0.97% 0.78% -
XYZ 24.27 13.54 1.48 -
YUV 82.38 84.34 211.18 -
System Red Green Blue C M Y K H S L
Decimal 199 38 5 0 0.81 0.97 0.22 10.21 0.95 0.4
Hex C7 26 5 0 51 61 16 A 5F 28
Octal 307 46 5 0 121 141 26 12 137 50
Binary 11000111 100110 101 0 1010001 1100001 10110 1010 1011111 101000

Color Harmonies of #C72605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72605

Black with #C72605

Text Example


Text Example

White with #C72605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72605; }

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

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

background-color css

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

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

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

border-color css

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

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

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