Html Css Color HEX #C43101 Harley Davidson Orange

📋 copy color: '#C43101'

red 196 ◦ green 49 ◦ blue 1

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

Shades of Harley Davidson Orange #C43101

Tints of Harley Davidson Orange #C43101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 79.67%
G = 19.92%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C43101 (or 0xC43101) is known color: Harley Davidson Orange. HEX triplet: C4, 31 and 01. RGB value is (196,49,1). Sum of RGB (Red+Green+Blue) = 196+49+1=246 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.67% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 196 - color contains mainly: red. Hex color #C43101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43101 is #3BCEFE. Grayscale: #575757. Windows color (decimal): -3919615 or 78276. OLE color: 78276.

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

Color convert

RGB 196 49 1 -
CMYK 0 0.75 0.99 0.23
HSL 14.77º 0.99% 0.39% -
HSV(B) 14.77º 0.99% 0.77% -
XYZ 23.87 13.93 1.46 -
YUV 87.48 79.2 205.4 -
System Red Green Blue C M Y K H S L
Decimal 196 49 1 0 0.75 0.99 0.23 14.77 0.99 0.39
Hex C4 31 1 0 4B 63 17 F 63 27
Octal 304 61 1 0 113 143 27 17 143 47
Binary 11000100 110001 1 0 1001011 1100011 10111 1111 1100011 100111

Color Harmonies of #C43101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43101

Black with #C43101

Text Example


Text Example

White with #C43101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43101; }

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

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

background-color css

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

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

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

border-color css

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

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

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