Html Css Color HEX #C72D10 Harley Davidson Orange

📋 copy color: '#C72D10'

red 199 ◦ green 45 ◦ blue 16

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

Shades of Harley Davidson Orange #C72D10

Tints of Harley Davidson Orange #C72D10

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.31%

 BLUE value IS 16 (6.64% from 255) = 6.15%

R = 76.54%
G = 17.31%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C72D10 (or 0xC72D10) is known color: Harley Davidson Orange. HEX triplet: C7, 2D and 10. RGB value is (199,45,16). Sum of RGB (Red+Green+Blue) = 199+45+16=260 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.54% from 260); Green value is 45 (17.97% from 255 or 17.31% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 199 - color contains mainly: red. Hex color #C72D10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72D10 is #38D2EF. Grayscale: #585858. Windows color (decimal): -3724016 or 1060295. OLE color: 1060295.

HSL color Cylindrical-coordinate representation of color #C72D10: hue angle of 9.51º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C72D10 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 45 16 -
CMYK 0 0.77 0.92 0.22
HSL 9.51º 0.85% 0.42% -
HSV(B) 9.51º 0.92% 0.78% -
XYZ 24.59 14.06 1.91 -
YUV 87.74 87.52 207.36 -
System Red Green Blue C M Y K H S L
Decimal 199 45 16 0 0.77 0.92 0.22 9.51 0.85 0.42
Hex C7 2D 10 0 4D 5C 16 A 55 2A
Octal 307 55 20 0 115 134 26 12 125 52
Binary 11000111 101101 10000 0 1001101 1011100 10110 1010 1010101 101010

Color Harmonies of #C72D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72D10

Black with #C72D10

Text Example


Text Example

White with #C72D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72D10; }

 p { color: rgb(199,45,16); }

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

background-color css

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

 a { background-color: rgb(199,45,16); }

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

border-color css

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

 span { border-color: rgb(199,45,16); }

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