Html Css Color HEX #C12A08 Harley Davidson Orange

📋 copy color: '#C12A08'

red 193 ◦ green 42 ◦ blue 8

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

Shades of Harley Davidson Orange #C12A08

Tints of Harley Davidson Orange #C12A08

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.28%

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

R = 79.42%
G = 17.28%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C12A08 (or 0xC12A08) is known color: Harley Davidson Orange. HEX triplet: C1, 2A and 08. RGB value is (193,42,8). Sum of RGB (Red+Green+Blue) = 193+42+8=243 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.42% from 243); Green value is 42 (16.80% from 255 or 17.28% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 193 - color contains mainly: red. Hex color #C12A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12A08 is #3ED5F7. Grayscale: #535353. Windows color (decimal): -4118008 or 535233. OLE color: 535233.

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

Color convert

RGB 193 42 8 -
CMYK 0 0.78 0.96 0.24
HSL 11.03º 0.92% 0.39% -
HSV(B) 11.03º 0.96% 0.76% -
XYZ 22.86 13.01 1.54 -
YUV 83.27 85.53 206.26 -
System Red Green Blue C M Y K H S L
Decimal 193 42 8 0 0.78 0.96 0.24 11.03 0.92 0.39
Hex C1 2A 8 0 4E 60 18 B 5C 27
Octal 301 52 10 0 116 140 30 13 134 47
Binary 11000001 101010 1000 0 1001110 1100000 11000 1011 1011100 100111

Color Harmonies of #C12A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12A08

Black with #C12A08

Text Example


Text Example

White with #C12A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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