Html Css Color HEX #C14320 Harley Davidson Orange

📋 copy color: '#C14320'

red 193 ◦ green 67 ◦ blue 32

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

Shades of Harley Davidson Orange #C14320

Tints of Harley Davidson Orange #C14320

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.95%

 BLUE value IS 32 (12.89% from 255) = 10.96%

R = 66.1%
G = 22.95%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C14320 (or 0xC14320) is known color: Harley Davidson Orange. HEX triplet: C1, 43 and 20. RGB value is (193,67,32). Sum of RGB (Red+Green+Blue) = 193+67+32=292 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.10% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 193 - color contains mainly: red. Hex color #C14320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14320 is #3EBCDF. Grayscale: #646464. Windows color (decimal): -4111584 or 2114497. OLE color: 2114497.

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

Color convert

RGB 193 67 32 -
CMYK 0 0.65 0.83 0.24
HSL 13.04º 0.72% 0.44% -
HSV(B) 13.04º 0.83% 0.76% -
XYZ 24.26 15.46 3.07 -
YUV 100.68 89.24 193.85 -
System Red Green Blue C M Y K H S L
Decimal 193 67 32 0 0.65 0.83 0.24 13.04 0.72 0.44
Hex C1 43 20 0 41 53 18 D 48 2C
Octal 301 103 40 0 101 123 30 15 110 54
Binary 11000001 1000011 100000 0 1000001 1010011 11000 1101 1001000 101100

Color Harmonies of #C14320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14320

Black with #C14320

Text Example


Text Example

White with #C14320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14320; }

 p { color: rgb(193,67,32); }

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

background-color css

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

 a { background-color: rgb(193,67,32); }

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

border-color css

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

 span { border-color: rgb(193,67,32); }

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