Html Css Color HEX #C23E15 Harley Davidson Orange

📋 copy color: '#C23E15'

red 194 ◦ green 62 ◦ blue 21

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

Shades of Harley Davidson Orange #C23E15

Tints of Harley Davidson Orange #C23E15

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.38%

 BLUE value IS 21 (8.59% from 255) = 7.58%

R = 70.04%
G = 22.38%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C23E15 (or 0xC23E15) is known color: Harley Davidson Orange. HEX triplet: C2, 3E and 15. RGB value is (194,62,21). Sum of RGB (Red+Green+Blue) = 194+62+21=277 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.04% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 21 (8.59% from 255 or 7.58% from 277); Max value from RGB is 194 - color contains mainly: red. Hex color #C23E15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23E15 is #3DC1EA. Grayscale: #616161. Windows color (decimal): -4047339 or 1392322. OLE color: 1392322.

HSL color Cylindrical-coordinate representation of color #C23E15: hue angle of 14.22º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C23E15 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 62 21 -
CMYK 0 0.68 0.89 0.24
HSL 14.22º 0.8% 0.42% -
HSV(B) 14.22º 0.89% 0.76% -
XYZ 24.11 14.97 2.33 -
YUV 96.79 85.23 197.33 -
System Red Green Blue C M Y K H S L
Decimal 194 62 21 0 0.68 0.89 0.24 14.22 0.8 0.42
Hex C2 3E 15 0 44 59 18 E 50 2A
Octal 302 76 25 0 104 131 30 16 120 52
Binary 11000010 111110 10101 0 1000100 1011001 11000 1110 1010000 101010

Color Harmonies of #C23E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23E15

Black with #C23E15

Text Example


Text Example

White with #C23E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23E15; }

 p { color: rgb(194,62,21); }

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

background-color css

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

 a { background-color: rgb(194,62,21); }

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

border-color css

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

 span { border-color: rgb(194,62,21); }

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