Html Css Color HEX #C23817 Harley Davidson Orange

📋 copy color: '#C23817'

red 194 ◦ green 56 ◦ blue 23

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

Shades of Harley Davidson Orange #C23817

Tints of Harley Davidson Orange #C23817

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.51%

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

R = 71.06%
G = 20.51%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C23817 (or 0xC23817) is known color: Harley Davidson Orange. HEX triplet: C2, 38 and 17. RGB value is (194,56,23). Sum of RGB (Red+Green+Blue) = 194+56+23=273 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.06% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 194 - color contains mainly: red. Hex color #C23817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23817 is #3DC7E8. Grayscale: #5D5D5D. Windows color (decimal): -4048873 or 1521858. OLE color: 1521858.

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

Color convert

RGB 194 56 23 -
CMYK 0 0.71 0.88 0.24
HSL 11.58º 0.79% 0.43% -
HSV(B) 11.58º 0.88% 0.76% -
XYZ 23.82 14.36 2.33 -
YUV 93.5 88.22 199.68 -
System Red Green Blue C M Y K H S L
Decimal 194 56 23 0 0.71 0.88 0.24 11.58 0.79 0.43
Hex C2 38 17 0 47 58 18 C 4F 2B
Octal 302 70 27 0 107 130 30 14 117 53
Binary 11000010 111000 10111 0 1000111 1011000 11000 1100 1001111 101011

Color Harmonies of #C23817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23817

Black with #C23817

Text Example


Text Example

White with #C23817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23817; }

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

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

background-color css

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

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

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

border-color css

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

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

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