Html Css Color HEX #C62F19 Harley Davidson Orange

📋 copy color: '#C62F19'

red 198 ◦ green 47 ◦ blue 25

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

Shades of Harley Davidson Orange #C62F19

Tints of Harley Davidson Orange #C62F19

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.41%

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

R = 73.33%
G = 17.41%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C62F19 (or 0xC62F19) is known color: Harley Davidson Orange. HEX triplet: C6, 2F and 19. RGB value is (198,47,25). Sum of RGB (Red+Green+Blue) = 198+47+25=270 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.33% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 198 - color contains mainly: red. Hex color #C62F19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62F19 is #39D0E6. Grayscale: #595959. Windows color (decimal): -3789031 or 1650630. OLE color: 1650630.

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

Color convert

RGB 198 47 25 -
CMYK 0 0.76 0.87 0.22
HSL 7.63º 0.78% 0.44% -
HSV(B) 7.63º 0.87% 0.78% -
XYZ 24.48 14.11 2.35 -
YUV 89.64 91.53 205.29 -
System Red Green Blue C M Y K H S L
Decimal 198 47 25 0 0.76 0.87 0.22 7.63 0.78 0.44
Hex C6 2F 19 0 4C 57 16 8 4E 2C
Octal 306 57 31 0 114 127 26 10 116 54
Binary 11000110 101111 11001 0 1001100 1010111 10110 1000 1001110 101100

Color Harmonies of #C62F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62F19

Black with #C62F19

Text Example


Text Example

White with #C62F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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