Html Css Color HEX #C43120 Harley Davidson Orange

📋 copy color: '#C43120'

red 196 ◦ green 49 ◦ blue 32

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

Shades of Harley Davidson Orange #C43120

Tints of Harley Davidson Orange #C43120

RGB

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

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

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

R = 70.76%
G = 17.69%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C43120 (or 0xC43120) is known color: Harley Davidson Orange. HEX triplet: C4, 31 and 20. RGB value is (196,49,32). Sum of RGB (Red+Green+Blue) = 196+49+32=277 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.76% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 196 - color contains mainly: red. Hex color #C43120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43120 is #3BCEDF. Grayscale: #5B5B5B. Windows color (decimal): -3919584 or 2109892. OLE color: 2109892.

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

Color convert

RGB 196 49 32 -
CMYK 0 0.75 0.84 0.23
HSL 6.22º 0.72% 0.45% -
HSV(B) 6.22º 0.84% 0.77% -
XYZ 24.12 14.04 2.8 -
YUV 91.02 94.7 202.88 -
System Red Green Blue C M Y K H S L
Decimal 196 49 32 0 0.75 0.84 0.23 6.22 0.72 0.45
Hex C4 31 20 0 4B 54 17 6 48 2D
Octal 304 61 40 0 113 124 27 6 110 55
Binary 11000100 110001 100000 0 1001011 1010100 10111 110 1001000 101101

Color Harmonies of #C43120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43120

Black with #C43120

Text Example


Text Example

White with #C43120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43120; }

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

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

background-color css

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

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

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

border-color css

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

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

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