Html Css Color HEX #C64015 Harley Davidson Orange

📋 copy color: '#C64015'

red 198 ◦ green 64 ◦ blue 21

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

Shades of Harley Davidson Orange #C64015

Tints of Harley Davidson Orange #C64015

RGB

 RED value IS 198 (77.73% from 255) = 69.96%

 GREEN value IS 64 (25.39% from 255) = 22.61%

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

R = 69.96%
G = 22.61%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C64015 (or 0xC64015) is known color: Harley Davidson Orange. HEX triplet: C6, 40 and 15. RGB value is (198,64,21). Sum of RGB (Red+Green+Blue) = 198+64+21=283 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.96% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 198 - color contains mainly: red. Hex color #C64015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64015 is #39BFEA. Grayscale: #636363. Windows color (decimal): -3784683 or 1392838. OLE color: 1392838.

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

Color convert

RGB 198 64 21 -
CMYK 0 0.68 0.89 0.22
HSL 14.58º 0.81% 0.43% -
HSV(B) 14.58º 0.89% 0.78% -
XYZ 25.26 15.73 2.41 -
YUV 99.16 83.89 198.5 -
System Red Green Blue C M Y K H S L
Decimal 198 64 21 0 0.68 0.89 0.22 14.58 0.81 0.43
Hex C6 40 15 0 44 59 16 F 51 2B
Octal 306 100 25 0 104 131 26 17 121 53
Binary 11000110 1000000 10101 0 1000100 1011001 10110 1111 1010001 101011

Color Harmonies of #C64015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64015

Black with #C64015

Text Example


Text Example

White with #C64015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64015; }

 p { color: rgb(198,64,21); }

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

background-color css

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

 a { background-color: rgb(198,64,21); }

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

border-color css

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

 span { border-color: rgb(198,64,21); }

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