Html Css Color HEX #C62719 Harley Davidson Orange

📋 copy color: '#C62719'

red 198 ◦ green 39 ◦ blue 25

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

Shades of Harley Davidson Orange #C62719

Tints of Harley Davidson Orange #C62719

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.89%

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

R = 75.57%
G = 14.89%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C62719 (or 0xC62719) is known color: Harley Davidson Orange. HEX triplet: C6, 27 and 19. RGB value is (198,39,25). Sum of RGB (Red+Green+Blue) = 198+39+25=262 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.57% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 198 - color contains mainly: red. Hex color #C62719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62719 is #39D8E6. Grayscale: #555555. Windows color (decimal): -3791079 or 1648582. OLE color: 1648582.

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

Color convert

RGB 198 39 25 -
CMYK 0 0.80 0.87 0.22
HSL 4.86º 0.78% 0.44% -
HSV(B) 4.86º 0.87% 0.78% -
XYZ 24.19 13.53 2.26 -
YUV 84.95 94.18 208.64 -
System Red Green Blue C M Y K H S L
Decimal 198 39 25 0 0.80 0.87 0.22 4.86 0.78 0.44
Hex C6 27 19 0 50 57 16 5 4E 2C
Octal 306 47 31 0 120 127 26 5 116 54
Binary 11000110 100111 11001 0 1010000 1010111 10110 101 1001110 101100

Color Harmonies of #C62719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62719

Black with #C62719

Text Example


Text Example

White with #C62719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62719; }

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

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

background-color css

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

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

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

border-color css

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

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

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