Html Css Color HEX #C64115 Harley Davidson Orange

📋 copy color: '#C64115'

red 198 ◦ green 65 ◦ blue 21

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

Shades of Harley Davidson Orange #C64115

Tints of Harley Davidson Orange #C64115

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.89%

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

R = 69.72%
G = 22.89%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C64115 (or 0xC64115) is known color: Harley Davidson Orange. HEX triplet: C6, 41 and 15. RGB value is (198,65,21). Sum of RGB (Red+Green+Blue) = 198+65+21=284 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.72% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 198 - color contains mainly: red. Hex color #C64115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64115 is #39BEEA. Grayscale: #646464. Windows color (decimal): -3784427 or 1393094. OLE color: 1393094.

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

Color convert

RGB 198 65 21 -
CMYK 0 0.67 0.89 0.22
HSL 14.92º 0.81% 0.43% -
HSV(B) 14.92º 0.89% 0.78% -
XYZ 25.31 15.84 2.43 -
YUV 99.75 83.56 198.08 -
System Red Green Blue C M Y K H S L
Decimal 198 65 21 0 0.67 0.89 0.22 14.92 0.81 0.43
Hex C6 41 15 0 43 59 16 F 51 2B
Octal 306 101 25 0 103 131 26 17 121 53
Binary 11000110 1000001 10101 0 1000011 1011001 10110 1111 1010001 101011

Color Harmonies of #C64115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64115

Black with #C64115

Text Example


Text Example

White with #C64115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64115; }

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

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

background-color css

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

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

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

border-color css

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

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

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