Html Css Color HEX #C1350B Harley Davidson Orange

📋 copy color: '#C1350B'

red 193 ◦ green 53 ◦ blue 11

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

Shades of Harley Davidson Orange #C1350B

Tints of Harley Davidson Orange #C1350B

RGB

 RED value IS 193 (75.78% from 255) = 75.1%

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

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

R = 75.1%
G = 20.62%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C1350B (or 0xC1350B) is known color: Harley Davidson Orange. HEX triplet: C1, 35 and 0B. RGB value is (193,53,11). Sum of RGB (Red+Green+Blue) = 193+53+11=257 (34% of max value = 765). Red value is 193 (75.78% from 255 or 75.10% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 11 (4.69% from 255 or 4.28% from 257); Max value from RGB is 193 - color contains mainly: red. Hex color #C1350B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1350B is #3ECAF4. Grayscale: #5A5A5A. Windows color (decimal): -4115189 or 734657. OLE color: 734657.

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

Color convert

RGB 193 53 11 -
CMYK 0 0.73 0.94 0.24
HSL 13.85º 0.89% 0.4% -
HSV(B) 13.85º 0.94% 0.76% -
XYZ 23.33 13.91 1.77 -
YUV 90.07 83.38 201.42 -
System Red Green Blue C M Y K H S L
Decimal 193 53 11 0 0.73 0.94 0.24 13.85 0.89 0.4
Hex C1 35 B 0 49 5E 18 E 59 28
Octal 301 65 13 0 111 136 30 16 131 50
Binary 11000001 110101 1011 0 1001001 1011110 11000 1110 1011001 101000

Color Harmonies of #C1350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1350B

Black with #C1350B

Text Example


Text Example

White with #C1350B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1350B; }

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

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

background-color css

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

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

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

border-color css

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

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

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