Html Css Color HEX #C02510 Harley Davidson Orange

📋 copy color: '#C02510'

red 192 ◦ green 37 ◦ blue 16

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

Shades of Harley Davidson Orange #C02510

Tints of Harley Davidson Orange #C02510

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.1%

 BLUE value IS 16 (6.64% from 255) = 6.53%

R = 78.37%
G = 15.1%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C02510 (or 0xC02510) is known color: Harley Davidson Orange. HEX triplet: C0, 25 and 10. RGB value is (192,37,16). Sum of RGB (Red+Green+Blue) = 192+37+16=245 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.37% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 192 - color contains mainly: red. Hex color #C02510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02510 is #3FDAEF. Grayscale: #515151. Windows color (decimal): -4184816 or 1058240. OLE color: 1058240.

HSL color Cylindrical-coordinate representation of color #C02510: hue angle of 7.16º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C02510 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 37 16 -
CMYK 0 0.81 0.92 0.25
HSL 7.16º 0.85% 0.41% -
HSV(B) 7.16º 0.92% 0.75% -
XYZ 22.49 12.57 1.73 -
YUV 80.95 91.35 207.21 -
System Red Green Blue C M Y K H S L
Decimal 192 37 16 0 0.81 0.92 0.25 7.16 0.85 0.41
Hex C0 25 10 0 51 5C 19 7 55 29
Octal 300 45 20 0 121 134 31 7 125 51
Binary 11000000 100101 10000 0 1010001 1011100 11001 111 1010101 101001

Color Harmonies of #C02510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02510

Black with #C02510

Text Example


Text Example

White with #C02510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02510; }

 p { color: rgb(192,37,16); }

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

background-color css

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

 a { background-color: rgb(192,37,16); }

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

border-color css

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

 span { border-color: rgb(192,37,16); }

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