Html Css Color HEX #C23321 Harley Davidson Orange

📋 copy color: '#C23321'

red 194 ◦ green 51 ◦ blue 33

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

Shades of Harley Davidson Orange #C23321

Tints of Harley Davidson Orange #C23321

RGB

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

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

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

R = 69.78%
G = 18.35%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C23321 (or 0xC23321) is known color: Harley Davidson Orange. HEX triplet: C2, 33 and 21. RGB value is (194,51,33). Sum of RGB (Red+Green+Blue) = 194+51+33=278 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.78% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 194 - color contains mainly: red. Hex color #C23321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23321 is #3DCCDE. Grayscale: #5B5B5B. Windows color (decimal): -4050143 or 2175938. OLE color: 2175938.

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

Color convert

RGB 194 51 33 -
CMYK 0 0.74 0.83 0.24
HSL 6.71º 0.71% 0.45% -
HSV(B) 6.71º 0.83% 0.76% -
XYZ 23.71 13.95 2.88 -
YUV 91.71 94.88 200.96 -
System Red Green Blue C M Y K H S L
Decimal 194 51 33 0 0.74 0.83 0.24 6.71 0.71 0.45
Hex C2 33 21 0 4A 53 18 7 47 2D
Octal 302 63 41 0 112 123 30 7 107 55
Binary 11000010 110011 100001 0 1001010 1010011 11000 111 1000111 101101

Color Harmonies of #C23321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23321

Black with #C23321

Text Example


Text Example

White with #C23321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23321; }

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

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

background-color css

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

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

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

border-color css

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

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

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