Html Css Color HEX #C43520 Harley Davidson Orange

📋 copy color: '#C43520'

red 196 ◦ green 53 ◦ blue 32

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

Shades of Harley Davidson Orange #C43520

Tints of Harley Davidson Orange #C43520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.39%

R = 69.75%
G = 18.86%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C43520 (or 0xC43520) is known color: Harley Davidson Orange. HEX triplet: C4, 35 and 20. RGB value is (196,53,32). Sum of RGB (Red+Green+Blue) = 196+53+32=281 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.75% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 196 - color contains mainly: red. Hex color #C43520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43520 is #3BCADF. Grayscale: #5D5D5D. Windows color (decimal): -3918560 or 2110916. OLE color: 2110916.

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

Color convert

RGB 196 53 32 -
CMYK 0 0.73 0.84 0.23
HSL 7.68º 0.72% 0.45% -
HSV(B) 7.68º 0.84% 0.77% -
XYZ 24.3 14.39 2.86 -
YUV 93.36 93.38 201.21 -
System Red Green Blue C M Y K H S L
Decimal 196 53 32 0 0.73 0.84 0.23 7.68 0.72 0.45
Hex C4 35 20 0 49 54 17 8 48 2D
Octal 304 65 40 0 111 124 27 10 110 55
Binary 11000100 110101 100000 0 1001001 1010100 10111 1000 1001000 101101

Color Harmonies of #C43520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43520

Black with #C43520

Text Example


Text Example

White with #C43520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43520; }

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

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

background-color css

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

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

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

border-color css

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

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

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