Html Css Color HEX #C0391E Harley Davidson Orange

📋 copy color: '#C0391E'

red 192 ◦ green 57 ◦ blue 30

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

Shades of Harley Davidson Orange #C0391E

Tints of Harley Davidson Orange #C0391E

RGB

 RED value IS 192 (75.39% from 255) = 68.82%

 GREEN value IS 57 (22.66% from 255) = 20.43%

 BLUE value IS 30 (12.11% from 255) = 10.75%

R = 68.82%
G = 20.43%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0391E (or 0xC0391E) is known color: Harley Davidson Orange. HEX triplet: C0, 39 and 1E. RGB value is (192,57,30). Sum of RGB (Red+Green+Blue) = 192+57+30=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C0391E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0391E is #3FC6E1. Grayscale: #5E5E5E. Windows color (decimal): -4179682 or 1980864. OLE color: 1980864.

HSL color Cylindrical-coordinate representation of color #C0391E: hue angle of 10º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0391E is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 57 30 -
CMYK 0 0.70 0.84 0.25
HSL 10º 0.73% 0.44% -
HSV(B) 10º 0.84% 0.75% -
XYZ 23.44 14.23 2.74 -
YUV 94.29 91.73 197.7 -
System Red Green Blue C M Y K H S L
Decimal 192 57 30 0 0.70 0.84 0.25 10 0.73 0.44
Hex C0 39 1E 0 46 54 19 A 49 2C
Octal 300 71 36 0 106 124 31 12 111 54
Binary 11000000 111001 11110 0 1000110 1010100 11001 1010 1001001 101100

Color Harmonies of #C0391E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0391E

Black with #C0391E

Text Example


Text Example

White with #C0391E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0391E; }

 p { color: rgb(192,57,30); }

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

background-color css

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

 a { background-color: rgb(192,57,30); }

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

border-color css

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

 span { border-color: rgb(192,57,30); }

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