Html Css Color HEX #C72C0F Harley Davidson Orange

📋 copy color: '#C72C0F'

red 199 ◦ green 44 ◦ blue 15

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

Shades of Harley Davidson Orange #C72C0F

Tints of Harley Davidson Orange #C72C0F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.05%

 BLUE value IS 15 (6.25% from 255) = 5.81%

R = 77.13%
G = 17.05%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C72C0F (or 0xC72C0F) is known color: Harley Davidson Orange. HEX triplet: C7, 2C and 0F. RGB value is (199,44,15). Sum of RGB (Red+Green+Blue) = 199+44+15=258 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.13% from 258); Green value is 44 (17.58% from 255 or 17.05% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 199 - color contains mainly: red. Hex color #C72C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72C0F is #38D3F0. Grayscale: #575757. Windows color (decimal): -3724273 or 994503. OLE color: 994503.

HSL color Cylindrical-coordinate representation of color #C72C0F: hue angle of 9.46º degrees, saturation: 0.86, 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 #C72C0F is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 44 15 -
CMYK 0 0.78 0.92 0.22
HSL 9.46º 0.86% 0.42% -
HSV(B) 9.46º 0.92% 0.78% -
XYZ 24.54 13.98 1.86 -
YUV 87.04 87.35 207.86 -
System Red Green Blue C M Y K H S L
Decimal 199 44 15 0 0.78 0.92 0.22 9.46 0.86 0.42
Hex C7 2C F 0 4E 5C 16 9 56 2A
Octal 307 54 17 0 116 134 26 11 126 52
Binary 11000111 101100 1111 0 1001110 1011100 10110 1001 1010110 101010

Color Harmonies of #C72C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72C0F

Black with #C72C0F

Text Example


Text Example

White with #C72C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72C0F; }

 p { color: rgb(199,44,15); }

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

background-color css

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

 a { background-color: rgb(199,44,15); }

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

border-color css

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

 span { border-color: rgb(199,44,15); }

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