Html Css Color HEX #C1341D Harley Davidson Orange

📋 copy color: '#C1341D'

red 193 ◦ green 52 ◦ blue 29

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

Shades of Harley Davidson Orange #C1341D

Tints of Harley Davidson Orange #C1341D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.98%

 BLUE value IS 29 (11.72% from 255) = 10.58%

R = 70.44%
G = 18.98%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C1341D (or 0xC1341D) is known color: Harley Davidson Orange. HEX triplet: C1, 34 and 1D. RGB value is (193,52,29). Sum of RGB (Red+Green+Blue) = 193+52+29=274 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.44% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 193 - color contains mainly: red. Hex color #C1341D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1341D is #3ECBE2. Grayscale: #5B5B5B. Windows color (decimal): -4115427 or 1914049. OLE color: 1914049.

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

Color convert

RGB 193 52 29 -
CMYK 0 0.73 0.85 0.24
HSL 8.41º 0.74% 0.44% -
HSV(B) 8.41º 0.85% 0.76% -
XYZ 23.44 13.88 2.61 -
YUV 91.54 92.71 200.37 -
System Red Green Blue C M Y K H S L
Decimal 193 52 29 0 0.73 0.85 0.24 8.41 0.74 0.44
Hex C1 34 1D 0 49 55 18 8 4A 2C
Octal 301 64 35 0 111 125 30 10 112 54
Binary 11000001 110100 11101 0 1001001 1010101 11000 1000 1001010 101100

Color Harmonies of #C1341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1341D

Black with #C1341D

Text Example


Text Example

White with #C1341D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1341D; }

 p { color: rgb(193,52,29); }

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

background-color css

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

 a { background-color: rgb(193,52,29); }

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

border-color css

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

 span { border-color: rgb(193,52,29); }

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