Html Css Color HEX #C1370A Harley Davidson Orange

📋 copy color: '#C1370A'

red 193 ◦ green 55 ◦ blue 10

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

Shades of Harley Davidson Orange #C1370A

Tints of Harley Davidson Orange #C1370A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.32%

 BLUE value IS 10 (4.3% from 255) = 3.88%

R = 74.81%
G = 21.32%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C1370A (or 0xC1370A) is known color: Harley Davidson Orange. HEX triplet: C1, 37 and 0A. RGB value is (193,55,10). Sum of RGB (Red+Green+Blue) = 193+55+10=258 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.81% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 193 - color contains mainly: red. Hex color #C1370A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1370A is #3EC8F5. Grayscale: #5B5B5B. Windows color (decimal): -4114678 or 669633. OLE color: 669633.

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

Color convert

RGB 193 55 10 -
CMYK 0 0.72 0.95 0.24
HSL 14.75º 0.9% 0.4% -
HSV(B) 14.75º 0.95% 0.76% -
XYZ 23.41 14.09 1.77 -
YUV 91.13 82.22 200.66 -
System Red Green Blue C M Y K H S L
Decimal 193 55 10 0 0.72 0.95 0.24 14.75 0.9 0.4
Hex C1 37 A 0 48 5F 18 F 5A 28
Octal 301 67 12 0 110 137 30 17 132 50
Binary 11000001 110111 1010 0 1001000 1011111 11000 1111 1011010 101000

Color Harmonies of #C1370A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1370A

Black with #C1370A

Text Example


Text Example

White with #C1370A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1370A; }

 p { color: rgb(193,55,10); }

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

background-color css

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

 a { background-color: rgb(193,55,10); }

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

border-color css

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

 span { border-color: rgb(193,55,10); }

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