Html Css Color HEX #C12203 Harley Davidson Orange

📋 copy color: '#C12203'

red 193 ◦ green 34 ◦ blue 3

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

Shades of Harley Davidson Orange #C12203

Tints of Harley Davidson Orange #C12203

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.78%

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

R = 83.91%
G = 14.78%
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

#C12203 (or 0xC12203) is known color: Harley Davidson Orange. HEX triplet: C1, 22 and 03. RGB value is (193,34,3). Sum of RGB (Red+Green+Blue) = 193+34+3=230 (30% of max value = 765). Red value is 193 (75.78% from 255 or 83.91% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 193 - color contains mainly: red. Hex color #C12203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12203 is #3EDDFC. Grayscale: #4E4E4E. Windows color (decimal): -4120061 or 205505. OLE color: 205505.

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

Color convert

RGB 193 34 3 -
CMYK 0 0.82 0.98 0.24
HSL 9.79º 0.97% 0.38% -
HSV(B) 9.79º 0.98% 0.76% -
XYZ 22.58 12.49 1.31 -
YUV 78.01 85.68 210.02 -
System Red Green Blue C M Y K H S L
Decimal 193 34 3 0 0.82 0.98 0.24 9.79 0.97 0.38
Hex C1 22 3 0 52 62 18 A 61 26
Octal 301 42 3 0 122 142 30 12 141 46
Binary 11000001 100010 11 0 1010010 1100010 11000 1010 1100001 100110

Color Harmonies of #C12203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12203

Black with #C12203

Text Example


Text Example

White with #C12203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12203; }

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

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

background-color css

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

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

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

border-color css

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

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

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