Html Css Color HEX #C13201 Harley Davidson Orange

📋 copy color: '#C13201'

red 193 ◦ green 50 ◦ blue 1

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

Shades of Harley Davidson Orange #C13201

Tints of Harley Davidson Orange #C13201

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.49%

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 79.1%
G = 20.49%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C13201 (or 0xC13201) is known color: Harley Davidson Orange. HEX triplet: C1, 32 and 01. RGB value is (193,50,1). Sum of RGB (Red+Green+Blue) = 193+50+1=244 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.10% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 193 - color contains mainly: red. Hex color #C13201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13201 is #3ECDFE. Grayscale: #575757. Windows color (decimal): -4115967 or 78529. OLE color: 78529.

HSL color Cylindrical-coordinate representation of color #C13201: hue angle of 15.31º degrees, saturation: 0.99, 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 #C13201 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 50 1 -
CMYK 0 0.74 0.99 0.24
HSL 15.31º 0.99% 0.38% -
HSV(B) 15.31º 0.99% 0.76% -
XYZ 23.14 13.62 1.44 -
YUV 87.17 79.38 203.48 -
System Red Green Blue C M Y K H S L
Decimal 193 50 1 0 0.74 0.99 0.24 15.31 0.99 0.38
Hex C1 32 1 0 4A 63 18 F 63 26
Octal 301 62 1 0 112 143 30 17 143 46
Binary 11000001 110010 1 0 1001010 1100011 11000 1111 1100011 100110

Color Harmonies of #C13201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13201

Black with #C13201

Text Example


Text Example

White with #C13201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13201; }

 p { color: rgb(193,50,1); }

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

background-color css

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

 a { background-color: rgb(193,50,1); }

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

border-color css

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

 span { border-color: rgb(193,50,1); }

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