Html Css Color HEX #C23313 Harley Davidson Orange

📋 copy color: '#C23313'

red 194 ◦ green 51 ◦ blue 19

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

Shades of Harley Davidson Orange #C23313

Tints of Harley Davidson Orange #C23313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.32%

 BLUE value IS 19 (7.81% from 255) = 7.2%

R = 73.48%
G = 19.32%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C23313 (or 0xC23313) is known color: Harley Davidson Orange. HEX triplet: C2, 33 and 13. RGB value is (194,51,19). Sum of RGB (Red+Green+Blue) = 194+51+19=264 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.48% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 194 - color contains mainly: red. Hex color #C23313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23313 is #3DCCEC. Grayscale: #5A5A5A. Windows color (decimal): -4050157 or 1258434. OLE color: 1258434.

HSL color Cylindrical-coordinate representation of color #C23313: hue angle of 10.97º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C23313 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 51 19 -
CMYK 0 0.74 0.90 0.24
HSL 10.97º 0.82% 0.42% -
HSV(B) 10.97º 0.9% 0.76% -
XYZ 23.55 13.88 2.05 -
YUV 90.11 87.88 202.1 -
System Red Green Blue C M Y K H S L
Decimal 194 51 19 0 0.74 0.90 0.24 10.97 0.82 0.42
Hex C2 33 13 0 4A 5A 18 B 52 2A
Octal 302 63 23 0 112 132 30 13 122 52
Binary 11000010 110011 10011 0 1001010 1011010 11000 1011 1010010 101010

Color Harmonies of #C23313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23313

Black with #C23313

Text Example


Text Example

White with #C23313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23313; }

 p { color: rgb(194,51,19); }

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

background-color css

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

 a { background-color: rgb(194,51,19); }

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

border-color css

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

 span { border-color: rgb(194,51,19); }

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