Html Css Color HEX #C72015 Harley Davidson Orange

📋 copy color: '#C72015'

red 199 ◦ green 32 ◦ blue 21

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

Shades of Harley Davidson Orange #C72015

Tints of Harley Davidson Orange #C72015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.7%

 BLUE value IS 21 (8.59% from 255) = 8.33%

R = 78.97%
G = 12.7%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C72015 (or 0xC72015) is known color: Harley Davidson Orange. HEX triplet: C7, 20 and 15. RGB value is (199,32,21). Sum of RGB (Red+Green+Blue) = 199+32+21=252 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.97% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 199 - color contains mainly: red. Hex color #C72015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72015 is #38DFEA. Grayscale: #505050. Windows color (decimal): -3727339 or 1384647. OLE color: 1384647.

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

Color convert

RGB 199 32 21 -
CMYK 0 0.84 0.89 0.22
HSL 3.71º 0.81% 0.43% -
HSV(B) 3.71º 0.89% 0.78% -
XYZ 24.21 13.23 1.99 -
YUV 80.68 94.33 212.39 -
System Red Green Blue C M Y K H S L
Decimal 199 32 21 0 0.84 0.89 0.22 3.71 0.81 0.43
Hex C7 20 15 0 54 59 16 4 51 2B
Octal 307 40 25 0 124 131 26 4 121 53
Binary 11000111 100000 10101 0 1010100 1011001 10110 100 1010001 101011

Color Harmonies of #C72015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72015

Black with #C72015

Text Example


Text Example

White with #C72015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72015; }

 p { color: rgb(199,32,21); }

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

background-color css

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

 a { background-color: rgb(199,32,21); }

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

border-color css

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

 span { border-color: rgb(199,32,21); }

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