Html Css Color HEX #C02503 Harley Davidson Orange

📋 copy color: '#C02503'

red 192 ◦ green 37 ◦ blue 3

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

Shades of Harley Davidson Orange #C02503

Tints of Harley Davidson Orange #C02503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.29%

R = 82.76%
G = 15.95%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C02503 (or 0xC02503) is known color: Harley Davidson Orange. HEX triplet: C0, 25 and 03. RGB value is (192,37,3). Sum of RGB (Red+Green+Blue) = 192+37+3=232 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.76% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 192 - color contains mainly: red. Hex color #C02503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02503 is #3FDAFC. Grayscale: #4F4F4F. Windows color (decimal): -4184829 or 206272. OLE color: 206272.

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

Color convert

RGB 192 37 3 -
CMYK 0 0.81 0.98 0.25
HSL 10.79º 0.97% 0.38% -
HSV(B) 10.79º 0.98% 0.75% -
XYZ 22.42 12.54 1.32 -
YUV 79.47 84.85 208.26 -
System Red Green Blue C M Y K H S L
Decimal 192 37 3 0 0.81 0.98 0.25 10.79 0.97 0.38
Hex C0 25 3 0 51 62 19 B 61 26
Octal 300 45 3 0 121 142 31 13 141 46
Binary 11000000 100101 11 0 1010001 1100010 11001 1011 1100001 100110

Color Harmonies of #C02503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02503

Black with #C02503

Text Example


Text Example

White with #C02503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02503; }

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

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

background-color css

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

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

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

border-color css

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

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

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