Html Css Color HEX #C23520 Harley Davidson Orange

📋 copy color: '#C23520'

red 194 ◦ green 53 ◦ blue 32

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

Shades of Harley Davidson Orange #C23520

Tints of Harley Davidson Orange #C23520

RGB

 RED value IS 194 (76.17% from 255) = 69.53%

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

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

R = 69.53%
G = 19%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C23520 (or 0xC23520) is known color: Harley Davidson Orange. HEX triplet: C2, 35 and 20. RGB value is (194,53,32). Sum of RGB (Red+Green+Blue) = 194+53+32=279 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.53% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 194 - color contains mainly: red. Hex color #C23520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23520 is #3DCADF. Grayscale: #5C5C5C. Windows color (decimal): -4049632 or 2110914. OLE color: 2110914.

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

Color convert

RGB 194 53 32 -
CMYK 0 0.73 0.84 0.24
HSL 7.78º 0.72% 0.44% -
HSV(B) 7.78º 0.84% 0.76% -
XYZ 23.78 14.12 2.84 -
YUV 92.77 93.71 200.21 -
System Red Green Blue C M Y K H S L
Decimal 194 53 32 0 0.73 0.84 0.24 7.78 0.72 0.44
Hex C2 35 20 0 49 54 18 8 48 2C
Octal 302 65 40 0 111 124 30 10 110 54
Binary 11000010 110101 100000 0 1001001 1010100 11000 1000 1001000 101100

Color Harmonies of #C23520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23520

Black with #C23520

Text Example


Text Example

White with #C23520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23520; }

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

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

background-color css

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

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

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

border-color css

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

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

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