Html Css Color HEX #C12A07 Harley Davidson Orange

📋 copy color: '#C12A07'

red 193 ◦ green 42 ◦ blue 7

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

Shades of Harley Davidson Orange #C12A07

Tints of Harley Davidson Orange #C12A07

RGB

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

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

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

R = 79.75%
G = 17.36%
B = 2.89%

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

#C12A07 (or 0xC12A07) is known color: Harley Davidson Orange. HEX triplet: C1, 2A and 07. RGB value is (193,42,7). Sum of RGB (Red+Green+Blue) = 193+42+7=242 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.75% from 242); Green value is 42 (16.80% from 255 or 17.36% from 242); Blue value is 7 (3.12% from 255 or 2.89% from 242); Max value from RGB is 193 - color contains mainly: red. Hex color #C12A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12A07 is #3ED5F8. Grayscale: #535353. Windows color (decimal): -4118009 or 469697. OLE color: 469697.

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

Color convert

RGB 193 42 7 -
CMYK 0 0.78 0.96 0.24
HSL 11.29º 0.93% 0.39% -
HSV(B) 11.29º 0.96% 0.76% -
XYZ 22.86 13.01 1.51 -
YUV 83.16 85.03 206.35 -
System Red Green Blue C M Y K H S L
Decimal 193 42 7 0 0.78 0.96 0.24 11.29 0.93 0.39
Hex C1 2A 7 0 4E 60 18 B 5D 27
Octal 301 52 7 0 116 140 30 13 135 47
Binary 11000001 101010 111 0 1001110 1100000 11000 1011 1011101 100111

Color Harmonies of #C12A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12A07

Black with #C12A07

Text Example


Text Example

White with #C12A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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