Html Css Color HEX #C12003 Harley Davidson Orange

📋 copy color: '#C12003'

red 193 ◦ green 32 ◦ blue 3

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

Shades of Harley Davidson Orange #C12003

Tints of Harley Davidson Orange #C12003

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.04%

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

R = 84.65%
G = 14.04%
B = 1.32%

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

#C12003 (or 0xC12003) is known color: Harley Davidson Orange. HEX triplet: C1, 20 and 03. RGB value is (193,32,3). Sum of RGB (Red+Green+Blue) = 193+32+3=228 (30% of max value = 765). Red value is 193 (75.78% from 255 or 84.65% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 3 (1.56% from 255 or 1.32% from 228); Max value from RGB is 193 - color contains mainly: red. Hex color #C12003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12003 is #3EDFFC. Grayscale: #4D4D4D. Windows color (decimal): -4120573 or 204993. OLE color: 204993.

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

Color convert

RGB 193 32 3 -
CMYK 0 0.83 0.98 0.24
HSL 9.16º 0.97% 0.38% -
HSV(B) 9.16º 0.98% 0.76% -
XYZ 22.53 12.38 1.29 -
YUV 76.83 86.34 210.86 -
System Red Green Blue C M Y K H S L
Decimal 193 32 3 0 0.83 0.98 0.24 9.16 0.97 0.38
Hex C1 20 3 0 53 62 18 9 61 26
Octal 301 40 3 0 123 142 30 11 141 46
Binary 11000001 100000 11 0 1010011 1100010 11000 1001 1100001 100110

Color Harmonies of #C12003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12003

Black with #C12003

Text Example


Text Example

White with #C12003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12003; }

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

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

background-color css

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

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

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

border-color css

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

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

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