Html Css Color HEX #C12107 Harley Davidson Orange

📋 copy color: '#C12107'

red 193 ◦ green 33 ◦ blue 7

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

Shades of Harley Davidson Orange #C12107

Tints of Harley Davidson Orange #C12107

RGB

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

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

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

R = 82.83%
G = 14.16%
B = 3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C12107 (or 0xC12107) is known color: Harley Davidson Orange. HEX triplet: C1, 21 and 07. RGB value is (193,33,7). Sum of RGB (Red+Green+Blue) = 193+33+7=233 (30% of max value = 765). Red value is 193 (75.78% from 255 or 82.83% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 7 (3.12% from 255 or 3.00% from 233); Max value from RGB is 193 - color contains mainly: red. Hex color #C12107 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12107 is #3EDEF8. Grayscale: #4E4E4E. Windows color (decimal): -4120313 or 467393. OLE color: 467393.

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

Color convert

RGB 193 33 7 -
CMYK 0 0.83 0.96 0.24
HSL 8.39º 0.93% 0.39% -
HSV(B) 8.39º 0.96% 0.76% -
XYZ 22.57 12.44 1.41 -
YUV 77.88 88.01 210.11 -
System Red Green Blue C M Y K H S L
Decimal 193 33 7 0 0.83 0.96 0.24 8.39 0.93 0.39
Hex C1 21 7 0 53 60 18 8 5D 27
Octal 301 41 7 0 123 140 30 10 135 47
Binary 11000001 100001 111 0 1010011 1100000 11000 1000 1011101 100111

Color Harmonies of #C12107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12107

Black with #C12107

Text Example


Text Example

White with #C12107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12107; }

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

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

background-color css

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

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

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

border-color css

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

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

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