Html Css Color HEX #C12112 Harley Davidson Orange

📋 copy color: '#C12112'

red 193 ◦ green 33 ◦ blue 18

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

Shades of Harley Davidson Orange #C12112

Tints of Harley Davidson Orange #C12112

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.52%

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

R = 79.1%
G = 13.52%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C12112 (or 0xC12112) is known color: Harley Davidson Orange. HEX triplet: C1, 21 and 12. RGB value is (193,33,18). Sum of RGB (Red+Green+Blue) = 193+33+18=244 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.10% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 193 - color contains mainly: red. Hex color #C12112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12112 is #3EDEED. Grayscale: #4F4F4F. Windows color (decimal): -4120302 or 1188289. OLE color: 1188289.

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

Color convert

RGB 193 33 18 -
CMYK 0 0.83 0.91 0.24
HSL 5.14º 0.83% 0.41% -
HSV(B) 5.14º 0.91% 0.76% -
XYZ 22.65 12.47 1.79 -
YUV 79.13 93.51 209.22 -
System Red Green Blue C M Y K H S L
Decimal 193 33 18 0 0.83 0.91 0.24 5.14 0.83 0.41
Hex C1 21 12 0 53 5B 18 5 53 29
Octal 301 41 22 0 123 133 30 5 123 51
Binary 11000001 100001 10010 0 1010011 1011011 11000 101 1010011 101001

Color Harmonies of #C12112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12112

Black with #C12112

Text Example


Text Example

White with #C12112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12112; }

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

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

background-color css

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

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

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

border-color css

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

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

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