Html Css Color HEX #C1351F Harley Davidson Orange

📋 copy color: '#C1351F'

red 193 ◦ green 53 ◦ blue 31

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

Shades of Harley Davidson Orange #C1351F

Tints of Harley Davidson Orange #C1351F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.19%

R = 69.68%
G = 19.13%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C1351F (or 0xC1351F) is known color: Harley Davidson Orange. HEX triplet: C1, 35 and 1F. RGB value is (193,53,31). Sum of RGB (Red+Green+Blue) = 193+53+31=277 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.68% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 193 - color contains mainly: red. Hex color #C1351F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1351F is #3ECAE0. Grayscale: #5C5C5C. Windows color (decimal): -4115169 or 2045377. OLE color: 2045377.

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

Color convert

RGB 193 53 31 -
CMYK 0 0.73 0.84 0.24
HSL 8.15º 0.72% 0.44% -
HSV(B) 8.15º 0.84% 0.76% -
XYZ 23.51 13.98 2.76 -
YUV 92.35 93.38 199.79 -
System Red Green Blue C M Y K H S L
Decimal 193 53 31 0 0.73 0.84 0.24 8.15 0.72 0.44
Hex C1 35 1F 0 49 54 18 8 48 2C
Octal 301 65 37 0 111 124 30 10 110 54
Binary 11000001 110101 11111 0 1001001 1010100 11000 1000 1001000 101100

Color Harmonies of #C1351F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1351F

Black with #C1351F

Text Example


Text Example

White with #C1351F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1351F; }

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

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

background-color css

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

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

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

border-color css

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

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

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