Html Css Color HEX #C12812 Harley Davidson Orange

📋 copy color: '#C12812'

red 193 ◦ green 40 ◦ blue 18

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

Shades of Harley Davidson Orange #C12812

Tints of Harley Davidson Orange #C12812

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.94%

 BLUE value IS 18 (7.42% from 255) = 7.17%

R = 76.89%
G = 15.94%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C12812 (or 0xC12812) is known color: Harley Davidson Orange. HEX triplet: C1, 28 and 12. RGB value is (193,40,18). Sum of RGB (Red+Green+Blue) = 193+40+18=251 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.89% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 193 - color contains mainly: red. Hex color #C12812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12812 is #3ED7ED. Grayscale: #535353. Windows color (decimal): -4118510 or 1190081. OLE color: 1190081.

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

Color convert

RGB 193 40 18 -
CMYK 0 0.79 0.91 0.24
HSL 7.54º 0.83% 0.41% -
HSV(B) 7.54º 0.91% 0.76% -
XYZ 22.86 12.9 1.86 -
YUV 83.24 91.19 206.29 -
System Red Green Blue C M Y K H S L
Decimal 193 40 18 0 0.79 0.91 0.24 7.54 0.83 0.41
Hex C1 28 12 0 4F 5B 18 8 53 29
Octal 301 50 22 0 117 133 30 10 123 51
Binary 11000001 101000 10010 0 1001111 1011011 11000 1000 1010011 101001

Color Harmonies of #C12812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12812

Black with #C12812

Text Example


Text Example

White with #C12812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12812; }

 p { color: rgb(193,40,18); }

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

background-color css

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

 a { background-color: rgb(193,40,18); }

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

border-color css

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

 span { border-color: rgb(193,40,18); }

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