Html Css Color HEX #C62820 Harley Davidson Orange

📋 copy color: '#C62820'

red 198 ◦ green 40 ◦ blue 32

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

Shades of Harley Davidson Orange #C62820

Tints of Harley Davidson Orange #C62820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.81%

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

R = 73.33%
G = 14.81%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C62820 (or 0xC62820) is known color: Harley Davidson Orange. HEX triplet: C6, 28 and 20. RGB value is (198,40,32). Sum of RGB (Red+Green+Blue) = 198+40+32=270 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.33% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 198 - color contains mainly: red. Hex color #C62820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62820 is #39D7DF. Grayscale: #565656. Windows color (decimal): -3790816 or 2107590. OLE color: 2107590.

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

Color convert

RGB 198 40 32 -
CMYK 0 0.80 0.84 0.22
HSL 2.89º 0.72% 0.45% -
HSV(B) 2.89º 0.84% 0.78% -
XYZ 24.31 13.63 2.72 -
YUV 86.33 97.35 207.65 -
System Red Green Blue C M Y K H S L
Decimal 198 40 32 0 0.80 0.84 0.22 2.89 0.72 0.45
Hex C6 28 20 0 50 54 16 3 48 2D
Octal 306 50 40 0 120 124 26 3 110 55
Binary 11000110 101000 100000 0 1010000 1010100 10110 11 1001000 101101

Color Harmonies of #C62820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62820

Black with #C62820

Text Example


Text Example

White with #C62820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62820; }

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

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

background-color css

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

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

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

border-color css

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

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

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