Html Css Color HEX #C13F1B Harley Davidson Orange

📋 copy color: '#C13F1B'

red 193 ◦ green 63 ◦ blue 27

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

Shades of Harley Davidson Orange #C13F1B

Tints of Harley Davidson Orange #C13F1B

RGB

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

 GREEN value IS 63 (25% from 255) = 22.26%

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

R = 68.2%
G = 22.26%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C13F1B (or 0xC13F1B) is known color: Harley Davidson Orange. HEX triplet: C1, 3F and 1B. RGB value is (193,63,27). Sum of RGB (Red+Green+Blue) = 193+63+27=283 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.20% from 283); Green value is 63 (25% from 255 or 22.26% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13F1B is #3EC0E4. Grayscale: #626262. Windows color (decimal): -4112613 or 1785793. OLE color: 1785793.

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

Color convert

RGB 193 63 27 -
CMYK 0 0.67 0.86 0.24
HSL 13.01º 0.75% 0.43% -
HSV(B) 13.01º 0.86% 0.76% -
XYZ 23.97 14.97 2.66 -
YUV 97.77 88.07 195.93 -
System Red Green Blue C M Y K H S L
Decimal 193 63 27 0 0.67 0.86 0.24 13.01 0.75 0.43
Hex C1 3F 1B 0 43 56 18 D 4B 2B
Octal 301 77 33 0 103 126 30 15 113 53
Binary 11000001 111111 11011 0 1000011 1010110 11000 1101 1001011 101011

Color Harmonies of #C13F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13F1B

Black with #C13F1B

Text Example


Text Example

White with #C13F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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