Html Css Color HEX #C12104 Harley Davidson Orange

📋 copy color: '#C12104'

red 193 ◦ green 33 ◦ blue 4

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

Shades of Harley Davidson Orange #C12104

Tints of Harley Davidson Orange #C12104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.74%

R = 83.91%
G = 14.35%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C12104 (or 0xC12104) is known color: Harley Davidson Orange. HEX triplet: C1, 21 and 04. RGB value is (193,33,4). Sum of RGB (Red+Green+Blue) = 193+33+4=230 (30% of max value = 765). Red value is 193 (75.78% from 255 or 83.91% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 4 (1.95% from 255 or 1.74% from 230); Max value from RGB is 193 - color contains mainly: red. Hex color #C12104 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12104 is #3EDEFB. Grayscale: #4D4D4D. Windows color (decimal): -4120316 or 270785. OLE color: 270785.

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

Color convert

RGB 193 33 4 -
CMYK 0 0.83 0.98 0.24
HSL 9.21º 0.96% 0.39% -
HSV(B) 9.21º 0.98% 0.76% -
XYZ 22.56 12.43 1.33 -
YUV 77.53 86.51 210.36 -
System Red Green Blue C M Y K H S L
Decimal 193 33 4 0 0.83 0.98 0.24 9.21 0.96 0.39
Hex C1 21 4 0 53 62 18 9 60 27
Octal 301 41 4 0 123 142 30 11 140 47
Binary 11000001 100001 100 0 1010011 1100010 11000 1001 1100000 100111

Color Harmonies of #C12104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12104

Black with #C12104

Text Example


Text Example

White with #C12104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12104; }

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

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

background-color css

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

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

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

border-color css

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

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

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