Html Css Color HEX #C12A0F Harley Davidson Orange

📋 copy color: '#C12A0F'

red 193 ◦ green 42 ◦ blue 15

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

Shades of Harley Davidson Orange #C12A0F

Tints of Harley Davidson Orange #C12A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6%

R = 77.2%
G = 16.8%
B = 6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C12A0F (or 0xC12A0F) is known color: Harley Davidson Orange. HEX triplet: C1, 2A and 0F. RGB value is (193,42,15). Sum of RGB (Red+Green+Blue) = 193+42+15=250 (33% of max value = 765). Red value is 193 (75.78% from 255 or 77.2% from 250); Green value is 42 (16.80% from 255 or 16.8% from 250); Blue value is 15 (6.25% from 255 or 6% from 250); Max value from RGB is 193 - color contains mainly: red. Hex color #C12A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12A0F is #3ED5F0. Grayscale: #545454. Windows color (decimal): -4118001 or 993985. OLE color: 993985.

HSL color Cylindrical-coordinate representation of color #C12A0F: hue angle of 9.1º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C12A0F is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 42 15 -
CMYK 0 0.78 0.92 0.24
HSL 9.1º 0.86% 0.41% -
HSV(B) 9.1º 0.92% 0.76% -
XYZ 22.91 13.03 1.76 -
YUV 84.07 89.03 205.7 -
System Red Green Blue C M Y K H S L
Decimal 193 42 15 0 0.78 0.92 0.24 9.1 0.86 0.41
Hex C1 2A F 0 4E 5C 18 9 56 29
Octal 301 52 17 0 116 134 30 11 126 51
Binary 11000001 101010 1111 0 1001110 1011100 11000 1001 1010110 101001

Color Harmonies of #C12A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12A0F

Black with #C12A0F

Text Example


Text Example

White with #C12A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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