Html Css Color HEX #C23517 Harley Davidson Orange

📋 copy color: '#C23517'

red 194 ◦ green 53 ◦ blue 23

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

Shades of Harley Davidson Orange #C23517

Tints of Harley Davidson Orange #C23517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.52%

R = 71.85%
G = 19.63%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C23517 (or 0xC23517) is known color: Harley Davidson Orange. HEX triplet: C2, 35 and 17. RGB value is (194,53,23). Sum of RGB (Red+Green+Blue) = 194+53+23=270 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.85% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 23 (9.38% from 255 or 8.52% from 270); Max value from RGB is 194 - color contains mainly: red. Hex color #C23517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23517 is #3DCAE8. Grayscale: #5C5C5C. Windows color (decimal): -4049641 or 1521090. OLE color: 1521090.

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

Color convert

RGB 194 53 23 -
CMYK 0 0.73 0.88 0.24
HSL 10.53º 0.79% 0.43% -
HSV(B) 10.53º 0.88% 0.76% -
XYZ 23.68 14.08 2.28 -
YUV 91.74 89.21 200.94 -
System Red Green Blue C M Y K H S L
Decimal 194 53 23 0 0.73 0.88 0.24 10.53 0.79 0.43
Hex C2 35 17 0 49 58 18 B 4F 2B
Octal 302 65 27 0 111 130 30 13 117 53
Binary 11000010 110101 10111 0 1001001 1011000 11000 1011 1001111 101011

Color Harmonies of #C23517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23517

Black with #C23517

Text Example


Text Example

White with #C23517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23517; }

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

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

background-color css

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

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

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

border-color css

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

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

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