Html Css Color HEX #C13300 Harley Davidson Orange

📋 copy color: '#C13300'

red 193 ◦ green 51 ◦ blue 0

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

Shades of Harley Davidson Orange #C13300

Tints of Harley Davidson Orange #C13300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.1%
G = 20.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C13300 (or 0xC13300) is known color: Harley Davidson Orange. HEX triplet: C1, 33 and 00. RGB value is (193,51,0). Sum of RGB (Red+Green+Blue) = 193+51+0=244 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.10% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 193 - color contains mainly: red. Hex color #C13300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13300 is #3ECCFF. Grayscale: #575757. Windows color (decimal): -4115712 or 13249. OLE color: 13249.

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

Color convert

RGB 193 51 0 -
CMYK 0 0.74 1 0.24
HSL 15.85º 1% 0.38% -
HSV(B) 15.85º 1% 0.76% -
XYZ 23.18 13.71 1.42 -
YUV 87.64 78.54 203.15 -
System Red Green Blue C M Y K H S L
Decimal 193 51 0 0 0.74 1 0.24 15.85 1 0.38
Hex C1 33 0 0 4A 64 18 10 64 26
Octal 301 63 0 0 112 144 30 20 144 46
Binary 11000001 110011 0 0 1001010 1100100 11000 10000 1100100 100110

Color Harmonies of #C13300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13300

Black with #C13300

Text Example


Text Example

White with #C13300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13300; }

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

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

background-color css

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

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

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

border-color css

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

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

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