Html Css Color HEX #C13307 Harley Davidson Orange

📋 copy color: '#C13307'

red 193 ◦ green 51 ◦ blue 7

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

Shades of Harley Davidson Orange #C13307

Tints of Harley Davidson Orange #C13307

RGB

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

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

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

R = 76.89%
G = 20.32%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C13307 (or 0xC13307) is known color: Harley Davidson Orange. HEX triplet: C1, 33 and 07. RGB value is (193,51,7). Sum of RGB (Red+Green+Blue) = 193+51+7=251 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.89% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 7 (3.12% from 255 or 2.79% from 251); Max value from RGB is 193 - color contains mainly: red. Hex color #C13307 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13307 is #3ECCF8. Grayscale: #585858. Windows color (decimal): -4115705 or 472001. OLE color: 472001.

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

Color convert

RGB 193 51 7 -
CMYK 0 0.74 0.96 0.24
HSL 14.19º 0.93% 0.39% -
HSV(B) 14.19º 0.96% 0.76% -
XYZ 23.21 13.72 1.63 -
YUV 88.44 82.04 202.58 -
System Red Green Blue C M Y K H S L
Decimal 193 51 7 0 0.74 0.96 0.24 14.19 0.93 0.39
Hex C1 33 7 0 4A 60 18 E 5D 27
Octal 301 63 7 0 112 140 30 16 135 47
Binary 11000001 110011 111 0 1001010 1100000 11000 1110 1011101 100111

Color Harmonies of #C13307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13307

Black with #C13307

Text Example


Text Example

White with #C13307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13307; }

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

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

background-color css

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

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

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

border-color css

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

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

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