Html Css Color HEX #C62812 Harley Davidson Orange

📋 copy color: '#C62812'

red 198 ◦ green 40 ◦ blue 18

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

Shades of Harley Davidson Orange #C62812

Tints of Harley Davidson Orange #C62812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.03%

R = 77.34%
G = 15.63%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C62812 (or 0xC62812) is known color: Harley Davidson Orange. HEX triplet: C6, 28 and 12. RGB value is (198,40,18). Sum of RGB (Red+Green+Blue) = 198+40+18=256 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.34% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 198 - color contains mainly: red. Hex color #C62812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62812 is #39D7ED. Grayscale: #545454. Windows color (decimal): -3790830 or 1190086. OLE color: 1190086.

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

Color convert

RGB 198 40 18 -
CMYK 0 0.80 0.91 0.22
HSL 7.33º 0.83% 0.42% -
HSV(B) 7.33º 0.91% 0.78% -
XYZ 24.16 13.57 1.92 -
YUV 84.73 90.35 208.79 -
System Red Green Blue C M Y K H S L
Decimal 198 40 18 0 0.80 0.91 0.22 7.33 0.83 0.42
Hex C6 28 12 0 50 5B 16 7 53 2A
Octal 306 50 22 0 120 133 26 7 123 52
Binary 11000110 101000 10010 0 1010000 1011011 10110 111 1010011 101010

Color Harmonies of #C62812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62812

Black with #C62812

Text Example


Text Example

White with #C62812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62812; }

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

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

background-color css

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

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

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

border-color css

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

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

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