Html Css Color HEX #C3321A Harley Davidson Orange

📋 copy color: '#C3321A'

red 195 ◦ green 50 ◦ blue 26

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

Shades of Harley Davidson Orange #C3321A

Tints of Harley Davidson Orange #C3321A

RGB

 RED value IS 195 (76.56% from 255) = 71.96%

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

 BLUE value IS 26 (10.55% from 255) = 9.59%

R = 71.96%
G = 18.45%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C3321A (or 0xC3321A) is known color: Harley Davidson Orange. HEX triplet: C3, 32 and 1A. RGB value is (195,50,26). Sum of RGB (Red+Green+Blue) = 195+50+26=271 (35% of max value = 765). Red value is 195 (76.56% from 255 or 71.96% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 195 - color contains mainly: red. Hex color #C3321A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3321A is #3CCDE5. Grayscale: #5A5A5A. Windows color (decimal): -3984870 or 1716931. OLE color: 1716931.

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

Color convert

RGB 195 50 26 -
CMYK 0 0.74 0.87 0.24
HSL 8.52º 0.76% 0.43% -
HSV(B) 8.52º 0.87% 0.76% -
XYZ 23.83 13.96 2.42 -
YUV 90.62 91.54 202.45 -
System Red Green Blue C M Y K H S L
Decimal 195 50 26 0 0.74 0.87 0.24 8.52 0.76 0.43
Hex C3 32 1A 0 4A 57 18 9 4C 2B
Octal 303 62 32 0 112 127 30 11 114 53
Binary 11000011 110010 11010 0 1001010 1010111 11000 1001 1001100 101011

Color Harmonies of #C3321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3321A

Black with #C3321A

Text Example


Text Example

White with #C3321A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3321A; }

 p { color: rgb(195,50,26); }

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

background-color css

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

 a { background-color: rgb(195,50,26); }

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

border-color css

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

 span { border-color: rgb(195,50,26); }

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