Html Css Color HEX #C4321C Harley Davidson Orange

📋 copy color: '#C4321C'

red 196 ◦ green 50 ◦ blue 28

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

Shades of Harley Davidson Orange #C4321C

Tints of Harley Davidson Orange #C4321C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.25%

 BLUE value IS 28 (11.33% from 255) = 10.22%

R = 71.53%
G = 18.25%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4321C (or 0xC4321C) is known color: Harley Davidson Orange. HEX triplet: C4, 32 and 1C. RGB value is (196,50,28). Sum of RGB (Red+Green+Blue) = 196+50+28=274 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.53% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 196 - color contains mainly: red. Hex color #C4321C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4321C is #3BCDE3. Grayscale: #5B5B5B. Windows color (decimal): -3919332 or 1848004. OLE color: 1848004.

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

Color convert

RGB 196 50 28 -
CMYK 0 0.74 0.86 0.23
HSL 7.86º 0.75% 0.44% -
HSV(B) 7.86º 0.86% 0.77% -
XYZ 24.12 14.1 2.55 -
YUV 91.15 92.37 202.79 -
System Red Green Blue C M Y K H S L
Decimal 196 50 28 0 0.74 0.86 0.23 7.86 0.75 0.44
Hex C4 32 1C 0 4A 56 17 8 4B 2C
Octal 304 62 34 0 112 126 27 10 113 54
Binary 11000100 110010 11100 0 1001010 1010110 10111 1000 1001011 101100

Color Harmonies of #C4321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4321C

Black with #C4321C

Text Example


Text Example

White with #C4321C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4321C; }

 p { color: rgb(196,50,28); }

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

background-color css

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

 a { background-color: rgb(196,50,28); }

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

border-color css

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

 span { border-color: rgb(196,50,28); }

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