Html Css Color HEX #C13008 Harley Davidson Orange

📋 copy color: '#C13008'

red 193 ◦ green 48 ◦ blue 8

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

Shades of Harley Davidson Orange #C13008

Tints of Harley Davidson Orange #C13008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.21%

R = 77.51%
G = 19.28%
B = 3.21%

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

#C13008 (or 0xC13008) is known color: Harley Davidson Orange. HEX triplet: C1, 30 and 08. RGB value is (193,48,8). Sum of RGB (Red+Green+Blue) = 193+48+8=249 (32% of max value = 765). Red value is 193 (75.78% from 255 or 77.51% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 193 - color contains mainly: red. Hex color #C13008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13008 is #3ECFF7. Grayscale: #575757. Windows color (decimal): -4116472 or 536769. OLE color: 536769.

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

Color convert

RGB 193 48 8 -
CMYK 0 0.75 0.96 0.24
HSL 12.97º 0.92% 0.39% -
HSV(B) 12.97º 0.96% 0.76% -
XYZ 23.09 13.47 1.61 -
YUV 86.8 83.54 203.75 -
System Red Green Blue C M Y K H S L
Decimal 193 48 8 0 0.75 0.96 0.24 12.97 0.92 0.39
Hex C1 30 8 0 4B 60 18 D 5C 27
Octal 301 60 10 0 113 140 30 15 134 47
Binary 11000001 110000 1000 0 1001011 1100000 11000 1101 1011100 100111

Color Harmonies of #C13008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13008

Black with #C13008

Text Example


Text Example

White with #C13008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13008; }

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

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

background-color css

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

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

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

border-color css

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

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

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