Html Css Color HEX #C23717 Harley Davidson Orange

📋 copy color: '#C23717'

red 194 ◦ green 55 ◦ blue 23

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

Shades of Harley Davidson Orange #C23717

Tints of Harley Davidson Orange #C23717

RGB

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

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

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

R = 71.32%
G = 20.22%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C23717 (or 0xC23717) is known color: Harley Davidson Orange. HEX triplet: C2, 37 and 17. RGB value is (194,55,23). Sum of RGB (Red+Green+Blue) = 194+55+23=272 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.32% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 23 (9.38% from 255 or 8.46% from 272); Max value from RGB is 194 - color contains mainly: red. Hex color #C23717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23717 is #3DC8E8. Grayscale: #5D5D5D. Windows color (decimal): -4049129 or 1521602. OLE color: 1521602.

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

Color convert

RGB 194 55 23 -
CMYK 0 0.72 0.88 0.24
HSL 11.23º 0.79% 0.43% -
HSV(B) 11.23º 0.88% 0.76% -
XYZ 23.77 14.26 2.31 -
YUV 92.91 88.55 200.1 -
System Red Green Blue C M Y K H S L
Decimal 194 55 23 0 0.72 0.88 0.24 11.23 0.79 0.43
Hex C2 37 17 0 48 58 18 B 4F 2B
Octal 302 67 27 0 110 130 30 13 117 53
Binary 11000010 110111 10111 0 1001000 1011000 11000 1011 1001111 101011

Color Harmonies of #C23717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23717

Black with #C23717

Text Example


Text Example

White with #C23717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23717; }

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

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

background-color css

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

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

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

border-color css

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

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

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