Html Css Color HEX #C43914 Harley Davidson Orange

📋 copy color: '#C43914'

red 196 ◦ green 57 ◦ blue 20

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

Shades of Harley Davidson Orange #C43914

Tints of Harley Davidson Orange #C43914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.33%

R = 71.79%
G = 20.88%
B = 7.33%

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

#C43914 (or 0xC43914) is known color: Harley Davidson Orange. HEX triplet: C4, 39 and 14. RGB value is (196,57,20). Sum of RGB (Red+Green+Blue) = 196+57+20=273 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.79% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 196 - color contains mainly: red. Hex color #C43914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43914 is #3BC6EB. Grayscale: #5E5E5E. Windows color (decimal): -3917548 or 1325508. OLE color: 1325508.

HSL color Cylindrical-coordinate representation of color #C43914: hue angle of 12.61º degrees, saturation: 0.81, 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 #C43914 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 57 20 -
CMYK 0 0.71 0.90 0.23
HSL 12.61º 0.81% 0.42% -
HSV(B) 12.61º 0.9% 0.77% -
XYZ 24.35 14.71 2.22 -
YUV 94.34 86.05 200.51 -
System Red Green Blue C M Y K H S L
Decimal 196 57 20 0 0.71 0.90 0.23 12.61 0.81 0.42
Hex C4 39 14 0 47 5A 17 D 51 2A
Octal 304 71 24 0 107 132 27 15 121 52
Binary 11000100 111001 10100 0 1000111 1011010 10111 1101 1010001 101010

Color Harmonies of #C43914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43914

Black with #C43914

Text Example


Text Example

White with #C43914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43914; }

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

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

background-color css

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

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

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

border-color css

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

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

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