Html Css Color HEX #C0350B Harley Davidson Orange

📋 copy color: '#C0350B'

red 192 ◦ green 53 ◦ blue 11

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

Shades of Harley Davidson Orange #C0350B

Tints of Harley Davidson Orange #C0350B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.3%

R = 75%
G = 20.7%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0350B (or 0xC0350B) is known color: Harley Davidson Orange. HEX triplet: C0, 35 and 0B. RGB value is (192,53,11). Sum of RGB (Red+Green+Blue) = 192+53+11=256 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 192 - color contains mainly: red. Hex color #C0350B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0350B is #3FCAF4. Grayscale: #5A5A5A. Windows color (decimal): -4180725 or 734656. OLE color: 734656.

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

Color convert

RGB 192 53 11 -
CMYK 0 0.72 0.94 0.25
HSL 13.92º 0.89% 0.4% -
HSV(B) 13.92º 0.94% 0.75% -
XYZ 23.07 13.78 1.76 -
YUV 89.77 83.55 200.92 -
System Red Green Blue C M Y K H S L
Decimal 192 53 11 0 0.72 0.94 0.25 13.92 0.89 0.4
Hex C0 35 B 0 48 5E 19 E 59 28
Octal 300 65 13 0 110 136 31 16 131 50
Binary 11000000 110101 1011 0 1001000 1011110 11001 1110 1011001 101000

Color Harmonies of #C0350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0350B

Black with #C0350B

Text Example


Text Example

White with #C0350B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0350B; }

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

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

background-color css

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

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

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

border-color css

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

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

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