Html Css Color HEX #C43913 Harley Davidson Orange

📋 copy color: '#C43913'

red 196 ◦ green 57 ◦ blue 19

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

Shades of Harley Davidson Orange #C43913

Tints of Harley Davidson Orange #C43913

RGB

 RED value IS 196 (76.95% from 255) = 72.06%

 GREEN value IS 57 (22.66% from 255) = 20.96%

 BLUE value IS 19 (7.81% from 255) = 6.99%

R = 72.06%
G = 20.96%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C43913 (or 0xC43913) is known color: Harley Davidson Orange. HEX triplet: C4, 39 and 13. RGB value is (196,57,19). Sum of RGB (Red+Green+Blue) = 196+57+19=272 (36% of max value = 765). Red value is 196 (76.95% from 255 or 72.06% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 196 - color contains mainly: red. Hex color #C43913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43913 is #3BC6EC. Grayscale: #5E5E5E. Windows color (decimal): -3917549 or 1259972. OLE color: 1259972.

HSL color Cylindrical-coordinate representation of color #C43913: hue angle of 12.88º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C43913 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 57 19 -
CMYK 0 0.71 0.90 0.23
HSL 12.88º 0.82% 0.42% -
HSV(B) 12.88º 0.9% 0.77% -
XYZ 24.35 14.71 2.17 -
YUV 94.23 85.55 200.59 -
System Red Green Blue C M Y K H S L
Decimal 196 57 19 0 0.71 0.90 0.23 12.88 0.82 0.42
Hex C4 39 13 0 47 5A 17 D 52 2A
Octal 304 71 23 0 107 132 27 15 122 52
Binary 11000100 111001 10011 0 1000111 1011010 10111 1101 1010010 101010

Color Harmonies of #C43913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43913

Black with #C43913

Text Example


Text Example

White with #C43913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43913; }

 p { color: rgb(196,57,19); }

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

background-color css

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

 a { background-color: rgb(196,57,19); }

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

border-color css

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

 span { border-color: rgb(196,57,19); }

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