Html Css Color HEX #C2321E Harley Davidson Orange

📋 copy color: '#C2321E'

red 194 ◦ green 50 ◦ blue 30

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

Shades of Harley Davidson Orange #C2321E

Tints of Harley Davidson Orange #C2321E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.25%

 BLUE value IS 30 (12.11% from 255) = 10.95%

R = 70.8%
G = 18.25%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2321E (or 0xC2321E) is known color: Harley Davidson Orange. HEX triplet: C2, 32 and 1E. RGB value is (194,50,30). Sum of RGB (Red+Green+Blue) = 194+50+30=274 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.80% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 194 - color contains mainly: red. Hex color #C2321E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2321E is #3DCDE1. Grayscale: #5A5A5A. Windows color (decimal): -4050402 or 1979074. OLE color: 1979074.

HSL color Cylindrical-coordinate representation of color #C2321E: hue angle of 7.32º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2321E is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 50 30 -
CMYK 0 0.74 0.85 0.24
HSL 7.32º 0.73% 0.44% -
HSV(B) 7.32º 0.85% 0.76% -
XYZ 23.62 13.84 2.66 -
YUV 90.78 93.71 201.63 -
System Red Green Blue C M Y K H S L
Decimal 194 50 30 0 0.74 0.85 0.24 7.32 0.73 0.44
Hex C2 32 1E 0 4A 55 18 7 49 2C
Octal 302 62 36 0 112 125 30 7 111 54
Binary 11000010 110010 11110 0 1001010 1010101 11000 111 1001001 101100

Color Harmonies of #C2321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2321E

Black with #C2321E

Text Example


Text Example

White with #C2321E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2321E; }

 p { color: rgb(194,50,30); }

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

background-color css

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

 a { background-color: rgb(194,50,30); }

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

border-color css

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

 span { border-color: rgb(194,50,30); }

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