Html Css Color HEX #C03B15 Harley Davidson Orange

📋 copy color: '#C03B15'

red 192 ◦ green 59 ◦ blue 21

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

Shades of Harley Davidson Orange #C03B15

Tints of Harley Davidson Orange #C03B15

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.69%

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

R = 70.59%
G = 21.69%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C03B15 (or 0xC03B15) is known color: Harley Davidson Orange. HEX triplet: C0, 3B and 15. RGB value is (192,59,21). Sum of RGB (Red+Green+Blue) = 192+59+21=272 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.59% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03B15 is #3FC4EA. Grayscale: #5E5E5E. Windows color (decimal): -4179179 or 1391552. OLE color: 1391552.

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

Color convert

RGB 192 59 21 -
CMYK 0 0.69 0.89 0.25
HSL 13.33º 0.8% 0.42% -
HSV(B) 13.33º 0.89% 0.75% -
XYZ 23.44 14.39 2.25 -
YUV 94.44 86.56 197.59 -
System Red Green Blue C M Y K H S L
Decimal 192 59 21 0 0.69 0.89 0.25 13.33 0.8 0.42
Hex C0 3B 15 0 45 59 19 D 50 2A
Octal 300 73 25 0 105 131 31 15 120 52
Binary 11000000 111011 10101 0 1000101 1011001 11001 1101 1010000 101010

Color Harmonies of #C03B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03B15

Black with #C03B15

Text Example


Text Example

White with #C03B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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