Html Css Color HEX #C13A1B Harley Davidson Orange

📋 copy color: '#C13A1B'

red 193 ◦ green 58 ◦ blue 27

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

Shades of Harley Davidson Orange #C13A1B

Tints of Harley Davidson Orange #C13A1B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.86%

 BLUE value IS 27 (10.94% from 255) = 9.71%

R = 69.42%
G = 20.86%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C13A1B (or 0xC13A1B) is known color: Harley Davidson Orange. HEX triplet: C1, 3A and 1B. RGB value is (193,58,27). Sum of RGB (Red+Green+Blue) = 193+58+27=278 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.42% from 278); Green value is 58 (23.05% from 255 or 20.86% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 193 - color contains mainly: red. Hex color #C13A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13A1B is #3EC5E4. Grayscale: #5F5F5F. Windows color (decimal): -4113893 or 1784513. OLE color: 1784513.

HSL color Cylindrical-coordinate representation of color #C13A1B: hue angle of 11.2º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C13A1B is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 58 27 -
CMYK 0 0.70 0.86 0.24
HSL 11.2º 0.75% 0.43% -
HSV(B) 11.2º 0.86% 0.76% -
XYZ 23.7 14.44 2.58 -
YUV 94.83 89.73 198.02 -
System Red Green Blue C M Y K H S L
Decimal 193 58 27 0 0.70 0.86 0.24 11.2 0.75 0.43
Hex C1 3A 1B 0 46 56 18 B 4B 2B
Octal 301 72 33 0 106 126 30 13 113 53
Binary 11000001 111010 11011 0 1000110 1010110 11000 1011 1001011 101011

Color Harmonies of #C13A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13A1B

Black with #C13A1B

Text Example


Text Example

White with #C13A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13A1B; }

 p { color: rgb(193,58,27); }

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

background-color css

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

 a { background-color: rgb(193,58,27); }

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

border-color css

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

 span { border-color: rgb(193,58,27); }

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