Html Css Color HEX #C72800 Harley Davidson Orange

📋 copy color: '#C72800'

red 199 ◦ green 40 ◦ blue 0

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

Shades of Harley Davidson Orange #C72800

Tints of Harley Davidson Orange #C72800

RGB

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

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

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

R = 83.26%
G = 16.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C72800 (or 0xC72800) is known color: Harley Davidson Orange. HEX triplet: C7, 28 and 00. RGB value is (199,40,0). Sum of RGB (Red+Green+Blue) = 199+40+0=239 (31% of max value = 765). Red value is 199 (78.12% from 255 or 83.26% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 199 - color contains mainly: red. Hex color #C72800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72800 is #38D7FF. Grayscale: #535353. Windows color (decimal): -3725312 or 10439. OLE color: 10439.

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

Color convert

RGB 199 40 0 -
CMYK 0 0.80 1 0.22
HSL 12.06º 1% 0.39% -
HSV(B) 12.06º 1% 0.78% -
XYZ 24.31 13.66 1.36 -
YUV 82.98 81.18 210.75 -
System Red Green Blue C M Y K H S L
Decimal 199 40 0 0 0.80 1 0.22 12.06 1 0.39
Hex C7 28 0 0 50 64 16 C 64 27
Octal 307 50 0 0 120 144 26 14 144 47
Binary 11000111 101000 0 0 1010000 1100100 10110 1100 1100100 100111

Color Harmonies of #C72800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72800

Black with #C72800

Text Example


Text Example

White with #C72800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72800; }

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

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

background-color css

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

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

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

border-color css

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

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

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