Html Css Color HEX #C02515 Harley Davidson Orange

📋 copy color: '#C02515'

red 192 ◦ green 37 ◦ blue 21

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

Shades of Harley Davidson Orange #C02515

Tints of Harley Davidson Orange #C02515

RGB

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

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

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

R = 76.8%
G = 14.8%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C02515 (or 0xC02515) is known color: Harley Davidson Orange. HEX triplet: C0, 25 and 15. RGB value is (192,37,21). Sum of RGB (Red+Green+Blue) = 192+37+21=250 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.8% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 192 - color contains mainly: red. Hex color #C02515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02515 is #3FDAEA. Grayscale: #515151. Windows color (decimal): -4184811 or 1385920. OLE color: 1385920.

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

Color convert

RGB 192 37 21 -
CMYK 0 0.81 0.89 0.25
HSL 5.61º 0.8% 0.42% -
HSV(B) 5.61º 0.89% 0.75% -
XYZ 22.54 12.58 1.95 -
YUV 81.52 93.85 206.8 -
System Red Green Blue C M Y K H S L
Decimal 192 37 21 0 0.81 0.89 0.25 5.61 0.8 0.42
Hex C0 25 15 0 51 59 19 6 50 2A
Octal 300 45 25 0 121 131 31 6 120 52
Binary 11000000 100101 10101 0 1010001 1011001 11001 110 1010000 101010

Color Harmonies of #C02515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02515

Black with #C02515

Text Example


Text Example

White with #C02515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02515; }

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

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

background-color css

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

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

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

border-color css

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

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

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