Html Css Color HEX #C03515 Harley Davidson Orange

📋 copy color: '#C03515'

red 192 ◦ green 53 ◦ blue 21

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

Shades of Harley Davidson Orange #C03515

Tints of Harley Davidson Orange #C03515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.89%

R = 72.18%
G = 19.92%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C03515 (or 0xC03515) is known color: Harley Davidson Orange. HEX triplet: C0, 35 and 15. RGB value is (192,53,21). Sum of RGB (Red+Green+Blue) = 192+53+21=266 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.18% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 192 - color contains mainly: red. Hex color #C03515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03515 is #3FCAEA. Grayscale: #5B5B5B. Windows color (decimal): -4180715 or 1390016. OLE color: 1390016.

HSL color Cylindrical-coordinate representation of color #C03515: hue angle of 11.23º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C03515 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 53 21 -
CMYK 0 0.72 0.89 0.25
HSL 11.23º 0.8% 0.42% -
HSV(B) 11.23º 0.89% 0.75% -
XYZ 23.15 13.81 2.15 -
YUV 90.91 88.55 200.1 -
System Red Green Blue C M Y K H S L
Decimal 192 53 21 0 0.72 0.89 0.25 11.23 0.8 0.42
Hex C0 35 15 0 48 59 19 B 50 2A
Octal 300 65 25 0 110 131 31 13 120 52
Binary 11000000 110101 10101 0 1001000 1011001 11001 1011 1010000 101010

Color Harmonies of #C03515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03515

Black with #C03515

Text Example


Text Example

White with #C03515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03515; }

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

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

background-color css

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

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

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

border-color css

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

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

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