Html Css Color HEX #C1380D Harley Davidson Orange

📋 copy color: '#C1380D'

red 193 ◦ green 56 ◦ blue 13

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

Shades of Harley Davidson Orange #C1380D

Tints of Harley Davidson Orange #C1380D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.37%

 BLUE value IS 13 (5.47% from 255) = 4.96%

R = 73.66%
G = 21.37%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C1380D (or 0xC1380D) is known color: Harley Davidson Orange. HEX triplet: C1, 38 and 0D. RGB value is (193,56,13). Sum of RGB (Red+Green+Blue) = 193+56+13=262 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.66% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 193 - color contains mainly: red. Hex color #C1380D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1380D is #3EC7F2. Grayscale: #5C5C5C. Windows color (decimal): -4114419 or 866497. OLE color: 866497.

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

Color convert

RGB 193 56 13 -
CMYK 0 0.71 0.93 0.24
HSL 14.33º 0.87% 0.4% -
HSV(B) 14.33º 0.93% 0.76% -
XYZ 23.48 14.19 1.88 -
YUV 92.06 83.39 200 -
System Red Green Blue C M Y K H S L
Decimal 193 56 13 0 0.71 0.93 0.24 14.33 0.87 0.4
Hex C1 38 D 0 47 5D 18 E 57 28
Octal 301 70 15 0 107 135 30 16 127 50
Binary 11000001 111000 1101 0 1000111 1011101 11000 1110 1010111 101000

Color Harmonies of #C1380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1380D

Black with #C1380D

Text Example


Text Example

White with #C1380D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1380D; }

 p { color: rgb(193,56,13); }

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

background-color css

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

 a { background-color: rgb(193,56,13); }

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

border-color css

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

 span { border-color: rgb(193,56,13); }

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