Html Css Color HEX #C62619 Harley Davidson Orange

📋 copy color: '#C62619'

red 198 ◦ green 38 ◦ blue 25

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

Shades of Harley Davidson Orange #C62619

Tints of Harley Davidson Orange #C62619

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.56%

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

R = 75.86%
G = 14.56%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C62619 (or 0xC62619) is known color: Harley Davidson Orange. HEX triplet: C6, 26 and 19. RGB value is (198,38,25). Sum of RGB (Red+Green+Blue) = 198+38+25=261 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.86% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 198 - color contains mainly: red. Hex color #C62619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62619 is #39D9E6. Grayscale: #545454. Windows color (decimal): -3791335 or 1648326. OLE color: 1648326.

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

Color convert

RGB 198 38 25 -
CMYK 0 0.81 0.87 0.22
HSL 4.51º 0.78% 0.44% -
HSV(B) 4.51º 0.87% 0.78% -
XYZ 24.16 13.46 2.24 -
YUV 84.36 94.51 209.06 -
System Red Green Blue C M Y K H S L
Decimal 198 38 25 0 0.81 0.87 0.22 4.51 0.78 0.44
Hex C6 26 19 0 51 57 16 5 4E 2C
Octal 306 46 31 0 121 127 26 5 116 54
Binary 11000110 100110 11001 0 1010001 1010111 10110 101 1001110 101100

Color Harmonies of #C62619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62619

Black with #C62619

Text Example


Text Example

White with #C62619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62619; }

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

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

background-color css

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

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

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

border-color css

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

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

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