Html Css Color HEX #C13212 Harley Davidson Orange

📋 copy color: '#C13212'

red 193 ◦ green 50 ◦ blue 18

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

Shades of Harley Davidson Orange #C13212

Tints of Harley Davidson Orange #C13212

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.16%

 BLUE value IS 18 (7.42% from 255) = 6.9%

R = 73.95%
G = 19.16%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C13212 (or 0xC13212) is known color: Harley Davidson Orange. HEX triplet: C1, 32 and 12. RGB value is (193,50,18). Sum of RGB (Red+Green+Blue) = 193+50+18=261 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.95% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 193 - color contains mainly: red. Hex color #C13212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13212 is #3ECDED. Grayscale: #595959. Windows color (decimal): -4115950 or 1192641. OLE color: 1192641.

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

Color convert

RGB 193 50 18 -
CMYK 0 0.74 0.91 0.24
HSL 10.97º 0.83% 0.41% -
HSV(B) 10.97º 0.91% 0.76% -
XYZ 23.24 13.66 1.98 -
YUV 89.11 87.88 202.1 -
System Red Green Blue C M Y K H S L
Decimal 193 50 18 0 0.74 0.91 0.24 10.97 0.83 0.41
Hex C1 32 12 0 4A 5B 18 B 53 29
Octal 301 62 22 0 112 133 30 13 123 51
Binary 11000001 110010 10010 0 1001010 1011011 11000 1011 1010011 101001

Color Harmonies of #C13212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13212

Black with #C13212

Text Example


Text Example

White with #C13212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13212; }

 p { color: rgb(193,50,18); }

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

background-color css

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

 a { background-color: rgb(193,50,18); }

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

border-color css

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

 span { border-color: rgb(193,50,18); }

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