Html Css Color HEX #C23121 Harley Davidson Orange

📋 copy color: '#C23121'

red 194 ◦ green 49 ◦ blue 33

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

Shades of Harley Davidson Orange #C23121

Tints of Harley Davidson Orange #C23121

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.75%

 BLUE value IS 33 (13.28% from 255) = 11.96%

R = 70.29%
G = 17.75%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C23121 (or 0xC23121) is known color: Harley Davidson Orange. HEX triplet: C2, 31 and 21. RGB value is (194,49,33). Sum of RGB (Red+Green+Blue) = 194+49+33=276 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.29% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 194 - color contains mainly: red. Hex color #C23121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23121 is #3DCEDE. Grayscale: #5A5A5A. Windows color (decimal): -4050655 or 2175426. OLE color: 2175426.

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

Color convert

RGB 194 49 33 -
CMYK 0 0.75 0.83 0.24
HSL 5.96º 0.71% 0.45% -
HSV(B) 5.96º 0.83% 0.76% -
XYZ 23.62 13.78 2.85 -
YUV 90.53 95.54 201.8 -
System Red Green Blue C M Y K H S L
Decimal 194 49 33 0 0.75 0.83 0.24 5.96 0.71 0.45
Hex C2 31 21 0 4B 53 18 6 47 2D
Octal 302 61 41 0 113 123 30 6 107 55
Binary 11000010 110001 100001 0 1001011 1010011 11000 110 1000111 101101

Color Harmonies of #C23121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23121

Black with #C23121

Text Example


Text Example

White with #C23121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23121; }

 p { color: rgb(194,49,33); }

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

background-color css

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

 a { background-color: rgb(194,49,33); }

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

border-color css

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

 span { border-color: rgb(194,49,33); }

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