Html Css Color HEX #C62014 Harley Davidson Orange

📋 copy color: '#C62014'

red 198 ◦ green 32 ◦ blue 20

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

Shades of Harley Davidson Orange #C62014

Tints of Harley Davidson Orange #C62014

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.8%

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

R = 79.2%
G = 12.8%
B = 8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C62014 (or 0xC62014) is known color: Harley Davidson Orange. HEX triplet: C6, 20 and 14. RGB value is (198,32,20). Sum of RGB (Red+Green+Blue) = 198+32+20=250 (33% of max value = 765). Red value is 198 (77.73% from 255 or 79.2% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 198 - color contains mainly: red. Hex color #C62014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62014 is #39DFEB. Grayscale: #505050. Windows color (decimal): -3792876 or 1319110. OLE color: 1319110.

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

Color convert

RGB 198 32 20 -
CMYK 0 0.84 0.90 0.22
HSL 4.04º 0.82% 0.43% -
HSV(B) 4.04º 0.9% 0.78% -
XYZ 23.93 13.09 1.93 -
YUV 80.27 94 211.98 -
System Red Green Blue C M Y K H S L
Decimal 198 32 20 0 0.84 0.90 0.22 4.04 0.82 0.43
Hex C6 20 14 0 54 5A 16 4 52 2B
Octal 306 40 24 0 124 132 26 4 122 53
Binary 11000110 100000 10100 0 1010100 1011010 10110 100 1010010 101011

Color Harmonies of #C62014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62014

Black with #C62014

Text Example


Text Example

White with #C62014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62014; }

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

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

background-color css

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

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

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

border-color css

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

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

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