Html Css Color HEX #C63311 Harley Davidson Orange

📋 copy color: '#C63311'

red 198 ◦ green 51 ◦ blue 17

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

Shades of Harley Davidson Orange #C63311

Tints of Harley Davidson Orange #C63311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.39%

R = 74.44%
G = 19.17%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C63311 (or 0xC63311) is known color: Harley Davidson Orange. HEX triplet: C6, 33 and 11. RGB value is (198,51,17). Sum of RGB (Red+Green+Blue) = 198+51+17=266 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.44% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 198 - color contains mainly: red. Hex color #C63311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63311 is #39CCEE. Grayscale: #5B5B5B. Windows color (decimal): -3788015 or 1127366. OLE color: 1127366.

HSL color Cylindrical-coordinate representation of color #C63311: hue angle of 11.27º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C63311 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 51 17 -
CMYK 0 0.74 0.91 0.22
HSL 11.27º 0.84% 0.42% -
HSV(B) 11.27º 0.91% 0.78% -
XYZ 24.57 14.41 2.02 -
YUV 91.08 86.2 204.26 -
System Red Green Blue C M Y K H S L
Decimal 198 51 17 0 0.74 0.91 0.22 11.27 0.84 0.42
Hex C6 33 11 0 4A 5B 16 B 54 2A
Octal 306 63 21 0 112 133 26 13 124 52
Binary 11000110 110011 10001 0 1001010 1011011 10110 1011 1010100 101010

Color Harmonies of #C63311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63311

Black with #C63311

Text Example


Text Example

White with #C63311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63311; }

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

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

background-color css

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

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

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

border-color css

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

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

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