Html Css Color HEX #C43720 Harley Davidson Orange

📋 copy color: '#C43720'

red 196 ◦ green 55 ◦ blue 32

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

Shades of Harley Davidson Orange #C43720

Tints of Harley Davidson Orange #C43720

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.43%

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

R = 69.26%
G = 19.43%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C43720 (or 0xC43720) is known color: Harley Davidson Orange. HEX triplet: C4, 37 and 20. RGB value is (196,55,32). Sum of RGB (Red+Green+Blue) = 196+55+32=283 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.26% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 196 - color contains mainly: red. Hex color #C43720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43720 is #3BC8DF. Grayscale: #5E5E5E. Windows color (decimal): -3918048 or 2111428. OLE color: 2111428.

HSL color Cylindrical-coordinate representation of color #C43720: hue angle of 8.41º 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 #C43720 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 55 32 -
CMYK 0 0.72 0.84 0.23
HSL 8.41º 0.72% 0.45% -
HSV(B) 8.41º 0.84% 0.77% -
XYZ 24.39 14.57 2.89 -
YUV 94.54 92.71 200.37 -
System Red Green Blue C M Y K H S L
Decimal 196 55 32 0 0.72 0.84 0.23 8.41 0.72 0.45
Hex C4 37 20 0 48 54 17 8 48 2D
Octal 304 67 40 0 110 124 27 10 110 55
Binary 11000100 110111 100000 0 1001000 1010100 10111 1000 1001000 101101

Color Harmonies of #C43720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43720

Black with #C43720

Text Example


Text Example

White with #C43720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43720; }

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

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

background-color css

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

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

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

border-color css

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

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

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