Html Css Color HEX #C72601 Harley Davidson Orange

📋 copy color: '#C72601'

red 199 ◦ green 38 ◦ blue 1

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

Shades of Harley Davidson Orange #C72601

Tints of Harley Davidson Orange #C72601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 83.61%
G = 15.97%
B = 0.42%

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

#C72601 (or 0xC72601) is known color: Harley Davidson Orange. HEX triplet: C7, 26 and 01. RGB value is (199,38,1). Sum of RGB (Red+Green+Blue) = 199+38+1=238 (31% of max value = 765). Red value is 199 (78.12% from 255 or 83.61% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 199 - color contains mainly: red. Hex color #C72601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72601 is #38D9FE. Grayscale: #525252. Windows color (decimal): -3725823 or 75463. OLE color: 75463.

HSL color Cylindrical-coordinate representation of color #C72601: hue angle of 11.21º degrees, saturation: 0.99, 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 #C72601 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 38 1 -
CMYK 0 0.81 0.99 0.22
HSL 11.21º 0.99% 0.39% -
HSV(B) 11.21º 0.99% 0.78% -
XYZ 24.25 13.53 1.36 -
YUV 81.92 82.34 211.51 -
System Red Green Blue C M Y K H S L
Decimal 199 38 1 0 0.81 0.99 0.22 11.21 0.99 0.39
Hex C7 26 1 0 51 63 16 B 63 27
Octal 307 46 1 0 121 143 26 13 143 47
Binary 11000111 100110 1 0 1010001 1100011 10110 1011 1100011 100111

Color Harmonies of #C72601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72601

Black with #C72601

Text Example


Text Example

White with #C72601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72601; }

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

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

background-color css

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

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

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

border-color css

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

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

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