Html Css Color HEX #C63713 Harley Davidson Orange

📋 copy color: '#C63713'

red 198 ◦ green 55 ◦ blue 19

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

Shades of Harley Davidson Orange #C63713

Tints of Harley Davidson Orange #C63713

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.22%

 BLUE value IS 19 (7.81% from 255) = 6.99%

R = 72.79%
G = 20.22%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C63713 (or 0xC63713) is known color: Harley Davidson Orange. HEX triplet: C6, 37 and 13. RGB value is (198,55,19). Sum of RGB (Red+Green+Blue) = 198+55+19=272 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.79% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 198 - color contains mainly: red. Hex color #C63713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63713 is #39C8EC. Grayscale: #5D5D5D. Windows color (decimal): -3786989 or 1259462. OLE color: 1259462.

HSL color Cylindrical-coordinate representation of color #C63713: hue angle of 12.07º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C63713 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 55 19 -
CMYK 0 0.72 0.90 0.22
HSL 12.07º 0.82% 0.43% -
HSV(B) 12.07º 0.9% 0.78% -
XYZ 24.77 14.79 2.16 -
YUV 93.65 85.88 202.43 -
System Red Green Blue C M Y K H S L
Decimal 198 55 19 0 0.72 0.90 0.22 12.07 0.82 0.43
Hex C6 37 13 0 48 5A 16 C 52 2B
Octal 306 67 23 0 110 132 26 14 122 53
Binary 11000110 110111 10011 0 1001000 1011010 10110 1100 1010010 101011

Color Harmonies of #C63713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63713

Black with #C63713

Text Example


Text Example

White with #C63713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63713; }

 p { color: rgb(198,55,19); }

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

background-color css

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

 a { background-color: rgb(198,55,19); }

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

border-color css

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

 span { border-color: rgb(198,55,19); }

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