Html Css Color HEX #C63211 Harley Davidson Orange

📋 copy color: '#C63211'

red 198 ◦ green 50 ◦ blue 17

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

Shades of Harley Davidson Orange #C63211

Tints of Harley Davidson Orange #C63211

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.87%

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

R = 74.72%
G = 18.87%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C63211 (or 0xC63211) is known color: Harley Davidson Orange. HEX triplet: C6, 32 and 11. RGB value is (198,50,17). Sum of RGB (Red+Green+Blue) = 198+50+17=265 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.72% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 198 - color contains mainly: red. Hex color #C63211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63211 is #39CDEE. Grayscale: #5A5A5A. Windows color (decimal): -3788271 or 1127110. OLE color: 1127110.

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

Color convert

RGB 198 50 17 -
CMYK 0 0.75 0.91 0.22
HSL 10.94º 0.84% 0.42% -
HSV(B) 10.94º 0.91% 0.78% -
XYZ 24.53 14.33 2 -
YUV 90.49 86.53 204.68 -
System Red Green Blue C M Y K H S L
Decimal 198 50 17 0 0.75 0.91 0.22 10.94 0.84 0.42
Hex C6 32 11 0 4B 5B 16 B 54 2A
Octal 306 62 21 0 113 133 26 13 124 52
Binary 11000110 110010 10001 0 1001011 1011011 10110 1011 1010100 101010

Color Harmonies of #C63211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63211

Black with #C63211

Text Example


Text Example

White with #C63211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63211; }

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

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

background-color css

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

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

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

border-color css

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

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

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