Html Css Color HEX #C13314 Harley Davidson Orange

📋 copy color: '#C13314'

red 193 ◦ green 51 ◦ blue 20

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

Shades of Harley Davidson Orange #C13314

Tints of Harley Davidson Orange #C13314

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.32%

 BLUE value IS 20 (8.2% from 255) = 7.58%

R = 73.11%
G = 19.32%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C13314 (or 0xC13314) is known color: Harley Davidson Orange. HEX triplet: C1, 33 and 14. RGB value is (193,51,20). Sum of RGB (Red+Green+Blue) = 193+51+20=264 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.11% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 193 - color contains mainly: red. Hex color #C13314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13314 is #3ECCEB. Grayscale: #5A5A5A. Windows color (decimal): -4115692 or 1323969. OLE color: 1323969.

HSL color Cylindrical-coordinate representation of color #C13314: hue angle of 10.75º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C13314 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 51 20 -
CMYK 0 0.74 0.90 0.24
HSL 10.75º 0.81% 0.42% -
HSV(B) 10.75º 0.9% 0.76% -
XYZ 23.3 13.76 2.09 -
YUV 89.92 88.54 201.52 -
System Red Green Blue C M Y K H S L
Decimal 193 51 20 0 0.74 0.90 0.24 10.75 0.81 0.42
Hex C1 33 14 0 4A 5A 18 B 51 2A
Octal 301 63 24 0 112 132 30 13 121 52
Binary 11000001 110011 10100 0 1001010 1011010 11000 1011 1010001 101010

Color Harmonies of #C13314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13314

Black with #C13314

Text Example


Text Example

White with #C13314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13314; }

 p { color: rgb(193,51,20); }

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

background-color css

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

 a { background-color: rgb(193,51,20); }

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

border-color css

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

 span { border-color: rgb(193,51,20); }

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