Html Css Color HEX #C62505 Harley Davidson Orange

📋 copy color: '#C62505'

red 198 ◦ green 37 ◦ blue 5

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

Shades of Harley Davidson Orange #C62505

Tints of Harley Davidson Orange #C62505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.08%

R = 82.5%
G = 15.42%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C62505 (or 0xC62505) is known color: Harley Davidson Orange. HEX triplet: C6, 25 and 05. RGB value is (198,37,5). Sum of RGB (Red+Green+Blue) = 198+37+5=240 (31% of max value = 765). Red value is 198 (77.73% from 255 or 82.5% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 198 - color contains mainly: red. Hex color #C62505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62505 is #39DAFA. Grayscale: #515151. Windows color (decimal): -3791611 or 337350. OLE color: 337350.

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

Color convert

RGB 198 37 5 -
CMYK 0 0.81 0.97 0.22
HSL 9.95º 0.95% 0.4% -
HSV(B) 9.95º 0.97% 0.78% -
XYZ 23.98 13.34 1.45 -
YUV 81.49 84.84 211.1 -
System Red Green Blue C M Y K H S L
Decimal 198 37 5 0 0.81 0.97 0.22 9.95 0.95 0.4
Hex C6 25 5 0 51 61 16 A 5F 28
Octal 306 45 5 0 121 141 26 12 137 50
Binary 11000110 100101 101 0 1010001 1100001 10110 1010 1011111 101000

Color Harmonies of #C62505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62505

Black with #C62505

Text Example


Text Example

White with #C62505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62505; }

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

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

background-color css

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

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

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

border-color css

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

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

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