Html Css Color HEX #C13007 Harley Davidson Orange

📋 copy color: '#C13007'

red 193 ◦ green 48 ◦ blue 7

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

Shades of Harley Davidson Orange #C13007

Tints of Harley Davidson Orange #C13007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.82%

R = 77.82%
G = 19.35%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C13007 (or 0xC13007) is known color: Harley Davidson Orange. HEX triplet: C1, 30 and 07. RGB value is (193,48,7). Sum of RGB (Red+Green+Blue) = 193+48+7=248 (32% of max value = 765). Red value is 193 (75.78% from 255 or 77.82% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 7 (3.12% from 255 or 2.82% from 248); Max value from RGB is 193 - color contains mainly: red. Hex color #C13007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13007 is #3ECFF8. Grayscale: #565656. Windows color (decimal): -4116473 or 471233. OLE color: 471233.

HSL color Cylindrical-coordinate representation of color #C13007: hue angle of 13.23º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C13007 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 48 7 -
CMYK 0 0.75 0.96 0.24
HSL 13.23º 0.93% 0.39% -
HSV(B) 13.23º 0.96% 0.76% -
XYZ 23.09 13.47 1.58 -
YUV 86.68 83.04 203.83 -
System Red Green Blue C M Y K H S L
Decimal 193 48 7 0 0.75 0.96 0.24 13.23 0.93 0.39
Hex C1 30 7 0 4B 60 18 D 5D 27
Octal 301 60 7 0 113 140 30 15 135 47
Binary 11000001 110000 111 0 1001011 1100000 11000 1101 1011101 100111

Color Harmonies of #C13007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13007

Black with #C13007

Text Example


Text Example

White with #C13007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13007; }

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

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

background-color css

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

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

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

border-color css

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

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

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