Html Css Color HEX #C43100 Harley Davidson Orange

📋 copy color: '#C43100'

red 196 ◦ green 49 ◦ blue 0

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

Shades of Harley Davidson Orange #C43100

Tints of Harley Davidson Orange #C43100

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80%
G = 20%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C43100 (or 0xC43100) is known color: Harley Davidson Orange. HEX triplet: C4, 31 and 00. RGB value is (196,49,0). Sum of RGB (Red+Green+Blue) = 196+49+0=245 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 196 - color contains mainly: red. Hex color #C43100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43100 is #3BCEFF. Grayscale: #575757. Windows color (decimal): -3919616 or 12740. OLE color: 12740.

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

Color convert

RGB 196 49 0 -
CMYK 0 0.75 1 0.23
HSL 15º 1% 0.38% -
HSV(B) 15º 1% 0.77% -
XYZ 23.86 13.93 1.43 -
YUV 87.37 78.7 205.48 -
System Red Green Blue C M Y K H S L
Decimal 196 49 0 0 0.75 1 0.23 15 1 0.38
Hex C4 31 0 0 4B 64 17 F 64 26
Octal 304 61 0 0 113 144 27 17 144 46
Binary 11000100 110001 0 0 1001011 1100100 10111 1111 1100100 100110

Color Harmonies of #C43100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43100

Black with #C43100

Text Example


Text Example

White with #C43100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43100; }

 p { color: rgb(196,49,0); }

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

background-color css

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

 a { background-color: rgb(196,49,0); }

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

border-color css

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

 span { border-color: rgb(196,49,0); }

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