Html Css Color HEX #C62515 Harley Davidson Orange

📋 copy color: '#C62515'

red 198 ◦ green 37 ◦ blue 21

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

Shades of Harley Davidson Orange #C62515

Tints of Harley Davidson Orange #C62515

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.45%

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

R = 77.34%
G = 14.45%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C62515 (or 0xC62515) is known color: Harley Davidson Orange. HEX triplet: C6, 25 and 15. RGB value is (198,37,21). Sum of RGB (Red+Green+Blue) = 198+37+21=256 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.34% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 198 - color contains mainly: red. Hex color #C62515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62515 is #39DAEA. Grayscale: #535353. Windows color (decimal): -3791595 or 1385926. OLE color: 1385926.

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

Color convert

RGB 198 37 21 -
CMYK 0 0.81 0.89 0.22
HSL 5.42º 0.81% 0.43% -
HSV(B) 5.42º 0.89% 0.78% -
XYZ 24.09 13.38 2.02 -
YUV 83.32 92.84 209.8 -
System Red Green Blue C M Y K H S L
Decimal 198 37 21 0 0.81 0.89 0.22 5.42 0.81 0.43
Hex C6 25 15 0 51 59 16 5 51 2B
Octal 306 45 25 0 121 131 26 5 121 53
Binary 11000110 100101 10101 0 1010001 1011001 10110 101 1010001 101011

Color Harmonies of #C62515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62515

Black with #C62515

Text Example


Text Example

White with #C62515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62515; }

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

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

background-color css

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

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

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

border-color css

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

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

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