Html Css Color HEX #C14220 Harley Davidson Orange

📋 copy color: '#C14220'

red 193 ◦ green 66 ◦ blue 32

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

Shades of Harley Davidson Orange #C14220

Tints of Harley Davidson Orange #C14220

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.68%

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

R = 66.32%
G = 22.68%
B = 11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C14220 (or 0xC14220) is known color: Harley Davidson Orange. HEX triplet: C1, 42 and 20. RGB value is (193,66,32). Sum of RGB (Red+Green+Blue) = 193+66+32=291 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.32% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 193 - color contains mainly: red. Hex color #C14220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14220 is #3EBDDF. Grayscale: #646464. Windows color (decimal): -4111840 or 2114241. OLE color: 2114241.

HSL color Cylindrical-coordinate representation of color #C14220: hue angle of 12.67º 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 #C14220 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 66 32 -
CMYK 0 0.66 0.83 0.24
HSL 12.67º 0.72% 0.44% -
HSV(B) 12.67º 0.83% 0.76% -
XYZ 24.2 15.34 3.05 -
YUV 100.1 89.58 194.26 -
System Red Green Blue C M Y K H S L
Decimal 193 66 32 0 0.66 0.83 0.24 12.67 0.72 0.44
Hex C1 42 20 0 42 53 18 D 48 2C
Octal 301 102 40 0 102 123 30 15 110 54
Binary 11000001 1000010 100000 0 1000010 1010011 11000 1101 1001000 101100

Color Harmonies of #C14220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14220

Black with #C14220

Text Example


Text Example

White with #C14220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14220; }

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

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

background-color css

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

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

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

border-color css

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

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

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