Html Css Color HEX #C13402 Harley Davidson Orange

📋 copy color: '#C13402'

red 193 ◦ green 52 ◦ blue 2

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

Shades of Harley Davidson Orange #C13402

Tints of Harley Davidson Orange #C13402

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.05%

 BLUE value IS 2 (1.17% from 255) = 0.81%

R = 78.14%
G = 21.05%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C13402 (or 0xC13402) is known color: Harley Davidson Orange. HEX triplet: C1, 34 and 02. RGB value is (193,52,2). Sum of RGB (Red+Green+Blue) = 193+52+2=247 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.14% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 193 - color contains mainly: red. Hex color #C13402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13402 is #3ECBFD. Grayscale: #585858. Windows color (decimal): -4115454 or 144577. OLE color: 144577.

HSL color Cylindrical-coordinate representation of color #C13402: hue angle of 15.71º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C13402 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 52 2 -
CMYK 0 0.73 0.99 0.24
HSL 15.71º 0.98% 0.38% -
HSV(B) 15.71º 0.99% 0.76% -
XYZ 23.23 13.8 1.5 -
YUV 88.46 79.21 202.57 -
System Red Green Blue C M Y K H S L
Decimal 193 52 2 0 0.73 0.99 0.24 15.71 0.98 0.38
Hex C1 34 2 0 49 63 18 10 62 26
Octal 301 64 2 0 111 143 30 20 142 46
Binary 11000001 110100 10 0 1001001 1100011 11000 10000 1100010 100110

Color Harmonies of #C13402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13402

Black with #C13402

Text Example


Text Example

White with #C13402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13402; }

 p { color: rgb(193,52,2); }

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

background-color css

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

 a { background-color: rgb(193,52,2); }

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

border-color css

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

 span { border-color: rgb(193,52,2); }

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