Html Css Color HEX #C13309 Harley Davidson Orange

📋 copy color: '#C13309'

red 193 ◦ green 51 ◦ blue 9

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

Shades of Harley Davidson Orange #C13309

Tints of Harley Davidson Orange #C13309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.56%

R = 76.28%
G = 20.16%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C13309 (or 0xC13309) is known color: Harley Davidson Orange. HEX triplet: C1, 33 and 09. RGB value is (193,51,9). Sum of RGB (Red+Green+Blue) = 193+51+9=253 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.28% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 9 (3.91% from 255 or 3.56% from 253); Max value from RGB is 193 - color contains mainly: red. Hex color #C13309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13309 is #3ECCF6. Grayscale: #585858. Windows color (decimal): -4115703 or 603073. OLE color: 603073.

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

Color convert

RGB 193 51 9 -
CMYK 0 0.74 0.95 0.24
HSL 13.7º 0.91% 0.4% -
HSV(B) 13.7º 0.95% 0.76% -
XYZ 23.23 13.72 1.68 -
YUV 88.67 83.04 202.42 -
System Red Green Blue C M Y K H S L
Decimal 193 51 9 0 0.74 0.95 0.24 13.7 0.91 0.4
Hex C1 33 9 0 4A 5F 18 E 5B 28
Octal 301 63 11 0 112 137 30 16 133 50
Binary 11000001 110011 1001 0 1001010 1011111 11000 1110 1011011 101000

Color Harmonies of #C13309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13309

Black with #C13309

Text Example


Text Example

White with #C13309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13309; }

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

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

background-color css

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

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

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

border-color css

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

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

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