Html Css Color HEX #C62D10 Harley Davidson Orange

📋 copy color: '#C62D10'

red 198 ◦ green 45 ◦ blue 16

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

Shades of Harley Davidson Orange #C62D10

Tints of Harley Davidson Orange #C62D10

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.37%

 BLUE value IS 16 (6.64% from 255) = 6.18%

R = 76.45%
G = 17.37%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C62D10 (or 0xC62D10) is known color: Harley Davidson Orange. HEX triplet: C6, 2D and 10. RGB value is (198,45,16). Sum of RGB (Red+Green+Blue) = 198+45+16=259 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.45% from 259); Green value is 45 (17.97% from 255 or 17.37% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 198 - color contains mainly: red. Hex color #C62D10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62D10 is #39D2EF. Grayscale: #575757. Windows color (decimal): -3789552 or 1060294. OLE color: 1060294.

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

Color convert

RGB 198 45 16 -
CMYK 0 0.77 0.92 0.22
HSL 9.56º 0.85% 0.42% -
HSV(B) 9.56º 0.92% 0.78% -
XYZ 24.32 13.92 1.9 -
YUV 87.44 87.69 206.86 -
System Red Green Blue C M Y K H S L
Decimal 198 45 16 0 0.77 0.92 0.22 9.56 0.85 0.42
Hex C6 2D 10 0 4D 5C 16 A 55 2A
Octal 306 55 20 0 115 134 26 12 125 52
Binary 11000110 101101 10000 0 1001101 1011100 10110 1010 1010101 101010

Color Harmonies of #C62D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62D10

Black with #C62D10

Text Example


Text Example

White with #C62D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62D10; }

 p { color: rgb(198,45,16); }

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

background-color css

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

 a { background-color: rgb(198,45,16); }

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

border-color css

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

 span { border-color: rgb(198,45,16); }

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