Html Css Color HEX #C63220 Harley Davidson Orange

📋 copy color: '#C63220'

red 198 ◦ green 50 ◦ blue 32

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

Shades of Harley Davidson Orange #C63220

Tints of Harley Davidson Orange #C63220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.43%

R = 70.71%
G = 17.86%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C63220 (or 0xC63220) is known color: Harley Davidson Orange. HEX triplet: C6, 32 and 20. RGB value is (198,50,32). Sum of RGB (Red+Green+Blue) = 198+50+32=280 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.71% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 198 - color contains mainly: red. Hex color #C63220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63220 is #39CDDF. Grayscale: #5C5C5C. Windows color (decimal): -3788256 or 2110150. OLE color: 2110150.

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

Color convert

RGB 198 50 32 -
CMYK 0 0.75 0.84 0.22
HSL 6.51º 0.72% 0.45% -
HSV(B) 6.51º 0.84% 0.78% -
XYZ 24.69 14.39 2.84 -
YUV 92.2 94.03 203.46 -
System Red Green Blue C M Y K H S L
Decimal 198 50 32 0 0.75 0.84 0.22 6.51 0.72 0.45
Hex C6 32 20 0 4B 54 16 7 48 2D
Octal 306 62 40 0 113 124 26 7 110 55
Binary 11000110 110010 100000 0 1001011 1010100 10110 111 1001000 101101

Color Harmonies of #C63220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63220

Black with #C63220

Text Example


Text Example

White with #C63220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63220; }

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

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

background-color css

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

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

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

border-color css

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

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

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