Html Css Color HEX #C43519 Harley Davidson Orange

📋 copy color: '#C43519'

red 196 ◦ green 53 ◦ blue 25

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

Shades of Harley Davidson Orange #C43519

Tints of Harley Davidson Orange #C43519

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.34%

 BLUE value IS 25 (10.16% from 255) = 9.12%

R = 71.53%
G = 19.34%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C43519 (or 0xC43519) is known color: Harley Davidson Orange. HEX triplet: C4, 35 and 19. RGB value is (196,53,25). Sum of RGB (Red+Green+Blue) = 196+53+25=274 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.53% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 25 (10.16% from 255 or 9.12% from 274); Max value from RGB is 196 - color contains mainly: red. Hex color #C43519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43519 is #3BCAE6. Grayscale: #5C5C5C. Windows color (decimal): -3918567 or 1652164. OLE color: 1652164.

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

Color convert

RGB 196 53 25 -
CMYK 0 0.73 0.87 0.23
HSL 9.82º 0.77% 0.43% -
HSV(B) 9.82º 0.87% 0.77% -
XYZ 24.21 14.35 2.41 -
YUV 92.57 89.88 201.78 -
System Red Green Blue C M Y K H S L
Decimal 196 53 25 0 0.73 0.87 0.23 9.82 0.77 0.43
Hex C4 35 19 0 49 57 17 A 4D 2B
Octal 304 65 31 0 111 127 27 12 115 53
Binary 11000100 110101 11001 0 1001001 1010111 10111 1010 1001101 101011

Color Harmonies of #C43519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43519

Black with #C43519

Text Example


Text Example

White with #C43519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43519; }

 p { color: rgb(196,53,25); }

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

background-color css

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

 a { background-color: rgb(196,53,25); }

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

border-color css

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

 span { border-color: rgb(196,53,25); }

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