Html Css Color HEX #C63019 Harley Davidson Orange

📋 copy color: '#C63019'

red 198 ◦ green 48 ◦ blue 25

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

Shades of Harley Davidson Orange #C63019

Tints of Harley Davidson Orange #C63019

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.71%

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

R = 73.06%
G = 17.71%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C63019 (or 0xC63019) is known color: Harley Davidson Orange. HEX triplet: C6, 30 and 19. RGB value is (198,48,25). Sum of RGB (Red+Green+Blue) = 198+48+25=271 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.06% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 198 - color contains mainly: red. Hex color #C63019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63019 is #39CFE6. Grayscale: #5A5A5A. Windows color (decimal): -3788775 or 1650886. OLE color: 1650886.

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

Color convert

RGB 198 48 25 -
CMYK 0 0.76 0.87 0.22
HSL 7.98º 0.78% 0.44% -
HSV(B) 7.98º 0.87% 0.78% -
XYZ 24.52 14.19 2.37 -
YUV 90.23 91.2 204.87 -
System Red Green Blue C M Y K H S L
Decimal 198 48 25 0 0.76 0.87 0.22 7.98 0.78 0.44
Hex C6 30 19 0 4C 57 16 8 4E 2C
Octal 306 60 31 0 114 127 26 10 116 54
Binary 11000110 110000 11001 0 1001100 1010111 10110 1000 1001110 101100

Color Harmonies of #C63019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63019

Black with #C63019

Text Example


Text Example

White with #C63019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63019; }

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

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

background-color css

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

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

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

border-color css

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

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

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