Html Css Color HEX #C62504 Harley Davidson Orange

📋 copy color: '#C62504'

red 198 ◦ green 37 ◦ blue 4

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

Shades of Harley Davidson Orange #C62504

Tints of Harley Davidson Orange #C62504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.67%

R = 82.85%
G = 15.48%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C62504 (or 0xC62504) is known color: Harley Davidson Orange. HEX triplet: C6, 25 and 04. RGB value is (198,37,4). Sum of RGB (Red+Green+Blue) = 198+37+4=239 (31% of max value = 765). Red value is 198 (77.73% from 255 or 82.85% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 198 - color contains mainly: red. Hex color #C62504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62504 is #39DAFB. Grayscale: #515151. Windows color (decimal): -3791612 or 271814. OLE color: 271814.

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

Color convert

RGB 198 37 4 -
CMYK 0 0.81 0.98 0.22
HSL 10.21º 0.96% 0.4% -
HSV(B) 10.21º 0.98% 0.78% -
XYZ 23.97 13.34 1.43 -
YUV 81.38 84.34 211.18 -
System Red Green Blue C M Y K H S L
Decimal 198 37 4 0 0.81 0.98 0.22 10.21 0.96 0.4
Hex C6 25 4 0 51 62 16 A 60 28
Octal 306 45 4 0 121 142 26 12 140 50
Binary 11000110 100101 100 0 1010001 1100010 10110 1010 1100000 101000

Color Harmonies of #C62504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62504

Black with #C62504

Text Example


Text Example

White with #C62504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62504; }

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

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

background-color css

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

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

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

border-color css

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

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

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