Html Css Color HEX #C12303 Harley Davidson Orange

📋 copy color: '#C12303'

red 193 ◦ green 35 ◦ blue 3

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

Shades of Harley Davidson Orange #C12303

Tints of Harley Davidson Orange #C12303

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.15%

 BLUE value IS 3 (1.56% from 255) = 1.3%

R = 83.55%
G = 15.15%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C12303 (or 0xC12303) is known color: Harley Davidson Orange. HEX triplet: C1, 23 and 03. RGB value is (193,35,3). Sum of RGB (Red+Green+Blue) = 193+35+3=231 (30% of max value = 765). Red value is 193 (75.78% from 255 or 83.55% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 193 - color contains mainly: red. Hex color #C12303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12303 is #3EDCFC. Grayscale: #4E4E4E. Windows color (decimal): -4119805 or 205761. OLE color: 205761.

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

Color convert

RGB 193 35 3 -
CMYK 0 0.82 0.98 0.24
HSL 10.11º 0.97% 0.38% -
HSV(B) 10.11º 0.98% 0.76% -
XYZ 22.61 12.55 1.32 -
YUV 78.59 85.35 209.6 -
System Red Green Blue C M Y K H S L
Decimal 193 35 3 0 0.82 0.98 0.24 10.11 0.97 0.38
Hex C1 23 3 0 52 62 18 A 61 26
Octal 301 43 3 0 122 142 30 12 141 46
Binary 11000001 100011 11 0 1010010 1100010 11000 1010 1100001 100110

Color Harmonies of #C12303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12303

Black with #C12303

Text Example


Text Example

White with #C12303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12303; }

 p { color: rgb(193,35,3); }

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

background-color css

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

 a { background-color: rgb(193,35,3); }

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

border-color css

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

 span { border-color: rgb(193,35,3); }

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