Html Css Color HEX #C62814 Harley Davidson Orange

📋 copy color: '#C62814'

red 198 ◦ green 40 ◦ blue 20

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

Shades of Harley Davidson Orange #C62814

Tints of Harley Davidson Orange #C62814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.75%

R = 76.74%
G = 15.5%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C62814 (or 0xC62814) is known color: Harley Davidson Orange. HEX triplet: C6, 28 and 14. RGB value is (198,40,20). Sum of RGB (Red+Green+Blue) = 198+40+20=258 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.74% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 198 - color contains mainly: red. Hex color #C62814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62814 is #39D7EB. Grayscale: #555555. Windows color (decimal): -3790828 or 1321158. OLE color: 1321158.

HSL color Cylindrical-coordinate representation of color #C62814: hue angle of 6.74º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C62814 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 40 20 -
CMYK 0 0.80 0.90 0.22
HSL 6.74º 0.82% 0.43% -
HSV(B) 6.74º 0.9% 0.78% -
XYZ 24.17 13.57 2.01 -
YUV 84.96 91.35 208.63 -
System Red Green Blue C M Y K H S L
Decimal 198 40 20 0 0.80 0.90 0.22 6.74 0.82 0.43
Hex C6 28 14 0 50 5A 16 7 52 2B
Octal 306 50 24 0 120 132 26 7 122 53
Binary 11000110 101000 10100 0 1010000 1011010 10110 111 1010010 101011

Color Harmonies of #C62814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62814

Black with #C62814

Text Example


Text Example

White with #C62814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62814; }

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

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

background-color css

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

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

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

border-color css

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

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

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