Html Css Color HEX #C72600 Harley Davidson Orange

📋 copy color: '#C72600'

red 199 ◦ green 38 ◦ blue 0

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

Shades of Harley Davidson Orange #C72600

Tints of Harley Davidson Orange #C72600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.97%
G = 16.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C72600 (or 0xC72600) is known color: Harley Davidson Orange. HEX triplet: C7, 26 and 00. RGB value is (199,38,0). Sum of RGB (Red+Green+Blue) = 199+38+0=237 (31% of max value = 765). Red value is 199 (78.12% from 255 or 83.97% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 199 - color contains mainly: red. Hex color #C72600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72600 is #38D9FF. Grayscale: #525252. Windows color (decimal): -3725824 or 9927. OLE color: 9927.

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

Color convert

RGB 199 38 0 -
CMYK 0 0.81 1 0.22
HSL 11.46º 1% 0.39% -
HSV(B) 11.46º 1% 0.78% -
XYZ 24.25 13.53 1.33 -
YUV 81.81 81.84 211.59 -
System Red Green Blue C M Y K H S L
Decimal 199 38 0 0 0.81 1 0.22 11.46 1 0.39
Hex C7 26 0 0 51 64 16 B 64 27
Octal 307 46 0 0 121 144 26 13 144 47
Binary 11000111 100110 0 0 1010001 1100100 10110 1011 1100100 100111

Color Harmonies of #C72600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72600

Black with #C72600

Text Example


Text Example

White with #C72600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72600; }

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

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

background-color css

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

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

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

border-color css

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

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

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