Html Css Color HEX #C62319 Harley Davidson Orange

📋 copy color: '#C62319'

red 198 ◦ green 35 ◦ blue 25

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

Shades of Harley Davidson Orange #C62319

Tints of Harley Davidson Orange #C62319

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.57%

 BLUE value IS 25 (10.16% from 255) = 9.69%

R = 76.74%
G = 13.57%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C62319 (or 0xC62319) is known color: Harley Davidson Orange. HEX triplet: C6, 23 and 19. RGB value is (198,35,25). Sum of RGB (Red+Green+Blue) = 198+35+25=258 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.74% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 198 - color contains mainly: red. Hex color #C62319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62319 is #39DCE6. Grayscale: #525252. Windows color (decimal): -3792103 or 1647558. OLE color: 1647558.

HSL color Cylindrical-coordinate representation of color #C62319: hue angle of 3.47º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C62319 is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 35 25 -
CMYK 0 0.82 0.87 0.22
HSL 3.47º 0.78% 0.44% -
HSV(B) 3.47º 0.87% 0.78% -
XYZ 24.07 13.28 2.21 -
YUV 82.6 95.5 210.31 -
System Red Green Blue C M Y K H S L
Decimal 198 35 25 0 0.82 0.87 0.22 3.47 0.78 0.44
Hex C6 23 19 0 52 57 16 3 4E 2C
Octal 306 43 31 0 122 127 26 3 116 54
Binary 11000110 100011 11001 0 1010010 1010111 10110 11 1001110 101100

Color Harmonies of #C62319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62319

Black with #C62319

Text Example


Text Example

White with #C62319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62319; }

 p { color: rgb(198,35,25); }

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

background-color css

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

 a { background-color: rgb(198,35,25); }

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

border-color css

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

 span { border-color: rgb(198,35,25); }

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