Html Css Color HEX #C13000 Harley Davidson Orange

📋 copy color: '#C13000'

red 193 ◦ green 48 ◦ blue 0

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

Shades of Harley Davidson Orange #C13000

Tints of Harley Davidson Orange #C13000

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.92%

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

R = 80.08%
G = 19.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C13000 (or 0xC13000) is known color: Harley Davidson Orange. HEX triplet: C1, 30 and 00. RGB value is (193,48,0). Sum of RGB (Red+Green+Blue) = 193+48+0=241 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.08% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 193 - color contains mainly: red. Hex color #C13000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13000 is #3ECFFF. Grayscale: #565656. Windows color (decimal): -4116480 or 12481. OLE color: 12481.

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

Color convert

RGB 193 48 0 -
CMYK 0 0.75 1 0.24
HSL 14.92º 1% 0.38% -
HSV(B) 14.92º 1% 0.76% -
XYZ 23.05 13.45 1.38 -
YUV 85.88 79.54 204.4 -
System Red Green Blue C M Y K H S L
Decimal 193 48 0 0 0.75 1 0.24 14.92 1 0.38
Hex C1 30 0 0 4B 64 18 F 64 26
Octal 301 60 0 0 113 144 30 17 144 46
Binary 11000001 110000 0 0 1001011 1100100 11000 1111 1100100 100110

Color Harmonies of #C13000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13000

Black with #C13000

Text Example


Text Example

White with #C13000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13000; }

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

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

background-color css

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

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

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

border-color css

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

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

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