Html Css Color HEX #C43C1A Harley Davidson Orange

📋 copy color: '#C43C1A'

red 196 ◦ green 60 ◦ blue 26

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

Shades of Harley Davidson Orange #C43C1A

Tints of Harley Davidson Orange #C43C1A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.28%

 BLUE value IS 26 (10.55% from 255) = 9.22%

R = 69.5%
G = 21.28%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C43C1A (or 0xC43C1A) is known color: Harley Davidson Orange. HEX triplet: C4, 3C and 1A. RGB value is (196,60,26). Sum of RGB (Red+Green+Blue) = 196+60+26=282 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.50% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 196 - color contains mainly: red. Hex color #C43C1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43C1A is #3BC3E5. Grayscale: #616161. Windows color (decimal): -3916774 or 1719492. OLE color: 1719492.

HSL color Cylindrical-coordinate representation of color #C43C1A: hue angle of 12º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C43C1A is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 60 26 -
CMYK 0 0.69 0.87 0.23
HSL 12º 0.77% 0.44% -
HSV(B) 12º 0.87% 0.77% -
XYZ 24.57 15.04 2.59 -
YUV 96.79 88.06 198.76 -
System Red Green Blue C M Y K H S L
Decimal 196 60 26 0 0.69 0.87 0.23 12 0.77 0.44
Hex C4 3C 1A 0 45 57 17 C 4D 2C
Octal 304 74 32 0 105 127 27 14 115 54
Binary 11000100 111100 11010 0 1000101 1010111 10111 1100 1001101 101100

Color Harmonies of #C43C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43C1A

Black with #C43C1A

Text Example


Text Example

White with #C43C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43C1A; }

 p { color: rgb(196,60,26); }

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

background-color css

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

 a { background-color: rgb(196,60,26); }

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

border-color css

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

 span { border-color: rgb(196,60,26); }

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