Html Css Color HEX #C72801 Harley Davidson Orange

📋 copy color: '#C72801'

red 199 ◦ green 40 ◦ blue 1

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

Shades of Harley Davidson Orange #C72801

Tints of Harley Davidson Orange #C72801

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.67%

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

R = 82.92%
G = 16.67%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C72801 (or 0xC72801) is known color: Harley Davidson Orange. HEX triplet: C7, 28 and 01. RGB value is (199,40,1). Sum of RGB (Red+Green+Blue) = 199+40+1=240 (31% of max value = 765). Red value is 199 (78.12% from 255 or 82.92% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 199 - color contains mainly: red. Hex color #C72801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72801 is #38D7FE. Grayscale: #535353. Windows color (decimal): -3725311 or 75975. OLE color: 75975.

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

Color convert

RGB 199 40 1 -
CMYK 0 0.80 0.99 0.22
HSL 11.82º 0.99% 0.39% -
HSV(B) 11.82º 0.99% 0.78% -
XYZ 24.32 13.66 1.38 -
YUV 83.1 81.68 210.67 -
System Red Green Blue C M Y K H S L
Decimal 199 40 1 0 0.80 0.99 0.22 11.82 0.99 0.39
Hex C7 28 1 0 50 63 16 C 63 27
Octal 307 50 1 0 120 143 26 14 143 47
Binary 11000111 101000 1 0 1010000 1100011 10110 1100 1100011 100111

Color Harmonies of #C72801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72801

Black with #C72801

Text Example


Text Example

White with #C72801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72801; }

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

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

background-color css

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

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

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

border-color css

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

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

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