Html Css Color HEX #C03513 Harley Davidson Orange

📋 copy color: '#C03513'

red 192 ◦ green 53 ◦ blue 19

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

Shades of Harley Davidson Orange #C03513

Tints of Harley Davidson Orange #C03513

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.08%

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

R = 72.73%
G = 20.08%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C03513 (or 0xC03513) is known color: Harley Davidson Orange. HEX triplet: C0, 35 and 13. RGB value is (192,53,19). Sum of RGB (Red+Green+Blue) = 192+53+19=264 (34% of max value = 765). Red value is 192 (75.39% from 255 or 72.73% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 192 - color contains mainly: red. Hex color #C03513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03513 is #3FCAEC. Grayscale: #5A5A5A. Windows color (decimal): -4180717 or 1258944. OLE color: 1258944.

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

Color convert

RGB 192 53 19 -
CMYK 0 0.72 0.90 0.25
HSL 11.79º 0.82% 0.41% -
HSV(B) 11.79º 0.9% 0.75% -
XYZ 23.13 13.8 2.06 -
YUV 90.69 87.55 200.26 -
System Red Green Blue C M Y K H S L
Decimal 192 53 19 0 0.72 0.90 0.25 11.79 0.82 0.41
Hex C0 35 13 0 48 5A 19 C 52 29
Octal 300 65 23 0 110 132 31 14 122 51
Binary 11000000 110101 10011 0 1001000 1011010 11001 1100 1010010 101001

Color Harmonies of #C03513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03513

Black with #C03513

Text Example


Text Example

White with #C03513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03513; }

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

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

background-color css

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

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

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

border-color css

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

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

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