Html Css Color HEX #C03113 Harley Davidson Orange

📋 copy color: '#C03113'

red 192 ◦ green 49 ◦ blue 19

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

Shades of Harley Davidson Orange #C03113

Tints of Harley Davidson Orange #C03113

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.85%

 BLUE value IS 19 (7.81% from 255) = 7.31%

R = 73.85%
G = 18.85%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C03113 (or 0xC03113) is known color: Harley Davidson Orange. HEX triplet: C0, 31 and 13. RGB value is (192,49,19). Sum of RGB (Red+Green+Blue) = 192+49+19=260 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.85% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 192 - color contains mainly: red. Hex color #C03113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03113 is #3FCEEC. Grayscale: #585858. Windows color (decimal): -4181741 or 1257920. OLE color: 1257920.

HSL color Cylindrical-coordinate representation of color #C03113: hue angle of 10.4º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C03113 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 49 19 -
CMYK 0 0.74 0.90 0.25
HSL 10.4º 0.82% 0.41% -
HSV(B) 10.4º 0.9% 0.75% -
XYZ 22.95 13.45 2 -
YUV 88.34 88.88 201.94 -
System Red Green Blue C M Y K H S L
Decimal 192 49 19 0 0.74 0.90 0.25 10.4 0.82 0.41
Hex C0 31 13 0 4A 5A 19 A 52 29
Octal 300 61 23 0 112 132 31 12 122 51
Binary 11000000 110001 10011 0 1001010 1011010 11001 1010 1010010 101001

Color Harmonies of #C03113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03113

Black with #C03113

Text Example


Text Example

White with #C03113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03113; }

 p { color: rgb(192,49,19); }

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

background-color css

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

 a { background-color: rgb(192,49,19); }

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

border-color css

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

 span { border-color: rgb(192,49,19); }

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