Html Css Color HEX #C13812 Harley Davidson Orange

📋 copy color: '#C13812'

red 193 ◦ green 56 ◦ blue 18

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

Shades of Harley Davidson Orange #C13812

Tints of Harley Davidson Orange #C13812

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.97%

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

R = 72.28%
G = 20.97%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C13812 (or 0xC13812) is known color: Harley Davidson Orange. HEX triplet: C1, 38 and 12. RGB value is (193,56,18). Sum of RGB (Red+Green+Blue) = 193+56+18=267 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.28% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 193 - color contains mainly: red. Hex color #C13812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13812 is #3EC7ED. Grayscale: #5C5C5C. Windows color (decimal): -4114414 or 1194177. OLE color: 1194177.

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

Color convert

RGB 193 56 18 -
CMYK 0 0.71 0.91 0.24
HSL 13.03º 0.83% 0.41% -
HSV(B) 13.03º 0.91% 0.76% -
XYZ 23.52 14.21 2.08 -
YUV 92.63 85.89 199.59 -
System Red Green Blue C M Y K H S L
Decimal 193 56 18 0 0.71 0.91 0.24 13.03 0.83 0.41
Hex C1 38 12 0 47 5B 18 D 53 29
Octal 301 70 22 0 107 133 30 15 123 51
Binary 11000001 111000 10010 0 1000111 1011011 11000 1101 1010011 101001

Color Harmonies of #C13812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13812

Black with #C13812

Text Example


Text Example

White with #C13812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13812; }

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

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

background-color css

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

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

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

border-color css

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

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

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