Html Css Color HEX #C23011 Harley Davidson Orange

📋 copy color: '#C23011'

red 194 ◦ green 48 ◦ blue 17

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

Shades of Harley Davidson Orange #C23011

Tints of Harley Davidson Orange #C23011

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.53%

 BLUE value IS 17 (7.03% from 255) = 6.56%

R = 74.9%
G = 18.53%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C23011 (or 0xC23011) is known color: Harley Davidson Orange. HEX triplet: C2, 30 and 11. RGB value is (194,48,17). Sum of RGB (Red+Green+Blue) = 194+48+17=259 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.90% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 194 - color contains mainly: red. Hex color #C23011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23011 is #3DCFEE. Grayscale: #585858. Windows color (decimal): -4050927 or 1126594. OLE color: 1126594.

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

Color convert

RGB 194 48 17 -
CMYK 0 0.75 0.91 0.24
HSL 10.51º 0.84% 0.41% -
HSV(B) 10.51º 0.91% 0.76% -
XYZ 23.41 13.62 1.93 -
YUV 88.12 87.87 203.52 -
System Red Green Blue C M Y K H S L
Decimal 194 48 17 0 0.75 0.91 0.24 10.51 0.84 0.41
Hex C2 30 11 0 4B 5B 18 B 54 29
Octal 302 60 21 0 113 133 30 13 124 51
Binary 11000010 110000 10001 0 1001011 1011011 11000 1011 1010100 101001

Color Harmonies of #C23011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23011

Black with #C23011

Text Example


Text Example

White with #C23011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23011; }

 p { color: rgb(194,48,17); }

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

background-color css

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

 a { background-color: rgb(194,48,17); }

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

border-color css

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

 span { border-color: rgb(194,48,17); }

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