Html Css Color HEX #C63316 Harley Davidson Orange

📋 copy color: '#C63316'

red 198 ◦ green 51 ◦ blue 22

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

Shades of Harley Davidson Orange #C63316

Tints of Harley Davidson Orange #C63316

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.82%

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

R = 73.06%
G = 18.82%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C63316 (or 0xC63316) is known color: Harley Davidson Orange. HEX triplet: C6, 33 and 16. RGB value is (198,51,22). Sum of RGB (Red+Green+Blue) = 198+51+22=271 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.06% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 198 - color contains mainly: red. Hex color #C63316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63316 is #39CCE9. Grayscale: #5B5B5B. Windows color (decimal): -3788010 or 1455046. OLE color: 1455046.

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

Color convert

RGB 198 51 22 -
CMYK 0 0.74 0.89 0.22
HSL 9.89º 0.8% 0.43% -
HSV(B) 9.89º 0.89% 0.78% -
XYZ 24.62 14.43 2.25 -
YUV 91.65 88.7 203.86 -
System Red Green Blue C M Y K H S L
Decimal 198 51 22 0 0.74 0.89 0.22 9.89 0.8 0.43
Hex C6 33 16 0 4A 59 16 A 50 2B
Octal 306 63 26 0 112 131 26 12 120 53
Binary 11000110 110011 10110 0 1001010 1011001 10110 1010 1010000 101011

Color Harmonies of #C63316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63316

Black with #C63316

Text Example


Text Example

White with #C63316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63316; }

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

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

background-color css

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

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

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

border-color css

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

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

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