Html Css Color HEX #C72100 Harley Davidson Orange

📋 copy color: '#C72100'

red 199 ◦ green 33 ◦ blue 0

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

Shades of Harley Davidson Orange #C72100

Tints of Harley Davidson Orange #C72100

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.22%

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

R = 85.78%
G = 14.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C72100 (or 0xC72100) is known color: Harley Davidson Orange. HEX triplet: C7, 21 and 00. RGB value is (199,33,0). Sum of RGB (Red+Green+Blue) = 199+33+0=232 (30% of max value = 765). Red value is 199 (78.12% from 255 or 85.78% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 199 - color contains mainly: red. Hex color #C72100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72100 is #38DEFF. Grayscale: #4F4F4F. Windows color (decimal): -3727104 or 8647. OLE color: 8647.

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

Color convert

RGB 199 33 0 -
CMYK 0 0.83 1 0.22
HSL 9.95º 1% 0.39% -
HSV(B) 9.95º 1% 0.78% -
XYZ 24.1 13.23 1.28 -
YUV 78.87 83.5 213.68 -
System Red Green Blue C M Y K H S L
Decimal 199 33 0 0 0.83 1 0.22 9.95 1 0.39
Hex C7 21 0 0 53 64 16 A 64 27
Octal 307 41 0 0 123 144 26 12 144 47
Binary 11000111 100001 0 0 1010011 1100100 10110 1010 1100100 100111

Color Harmonies of #C72100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72100

Black with #C72100

Text Example


Text Example

White with #C72100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72100; }

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

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

background-color css

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

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

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

border-color css

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

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

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