Html Css Color HEX #C63116 Harley Davidson Orange

📋 copy color: '#C63116'

red 198 ◦ green 49 ◦ blue 22

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

Shades of Harley Davidson Orange #C63116

Tints of Harley Davidson Orange #C63116

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.22%

 BLUE value IS 22 (8.98% from 255) = 8.18%

R = 73.61%
G = 18.22%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C63116 (or 0xC63116) is known color: Harley Davidson Orange. HEX triplet: C6, 31 and 16. RGB value is (198,49,22). Sum of RGB (Red+Green+Blue) = 198+49+22=269 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.61% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 198 - color contains mainly: red. Hex color #C63116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63116 is #39CEE9. Grayscale: #5A5A5A. Windows color (decimal): -3788522 or 1454534. OLE color: 1454534.

HSL color Cylindrical-coordinate representation of color #C63116: hue angle of 9.2º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C63116 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 49 22 -
CMYK 0 0.75 0.89 0.22
HSL 9.2º 0.8% 0.43% -
HSV(B) 9.2º 0.89% 0.78% -
XYZ 24.53 14.26 2.22 -
YUV 90.47 89.36 204.7 -
System Red Green Blue C M Y K H S L
Decimal 198 49 22 0 0.75 0.89 0.22 9.2 0.8 0.43
Hex C6 31 16 0 4B 59 16 9 50 2B
Octal 306 61 26 0 113 131 26 11 120 53
Binary 11000110 110001 10110 0 1001011 1011001 10110 1001 1010000 101011

Color Harmonies of #C63116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63116

Black with #C63116

Text Example


Text Example

White with #C63116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63116; }

 p { color: rgb(198,49,22); }

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

background-color css

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

 a { background-color: rgb(198,49,22); }

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

border-color css

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

 span { border-color: rgb(198,49,22); }

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