Html Css Color HEX #C62E19 Harley Davidson Orange

📋 copy color: '#C62E19'

red 198 ◦ green 46 ◦ blue 25

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

Shades of Harley Davidson Orange #C62E19

Tints of Harley Davidson Orange #C62E19

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.1%

 BLUE value IS 25 (10.16% from 255) = 9.29%

R = 73.61%
G = 17.1%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C62E19 (or 0xC62E19) is known color: Harley Davidson Orange. HEX triplet: C6, 2E and 19. RGB value is (198,46,25). Sum of RGB (Red+Green+Blue) = 198+46+25=269 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.61% from 269); Green value is 46 (18.36% from 255 or 17.10% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 198 - color contains mainly: red. Hex color #C62E19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62E19 is #39D1E6. Grayscale: #595959. Windows color (decimal): -3789287 or 1650374. OLE color: 1650374.

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

Color convert

RGB 198 46 25 -
CMYK 0 0.77 0.87 0.22
HSL 7.28º 0.78% 0.44% -
HSV(B) 7.28º 0.87% 0.78% -
XYZ 24.44 14.03 2.34 -
YUV 89.05 91.86 205.71 -
System Red Green Blue C M Y K H S L
Decimal 198 46 25 0 0.77 0.87 0.22 7.28 0.78 0.44
Hex C6 2E 19 0 4D 57 16 7 4E 2C
Octal 306 56 31 0 115 127 26 7 116 54
Binary 11000110 101110 11001 0 1001101 1010111 10110 111 1001110 101100

Color Harmonies of #C62E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62E19

Black with #C62E19

Text Example


Text Example

White with #C62E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62E19; }

 p { color: rgb(198,46,25); }

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

background-color css

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

 a { background-color: rgb(198,46,25); }

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

border-color css

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

 span { border-color: rgb(198,46,25); }

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