Html Css Color HEX #C3321E Harley Davidson Orange

📋 copy color: '#C3321E'

red 195 ◦ green 50 ◦ blue 30

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

Shades of Harley Davidson Orange #C3321E

Tints of Harley Davidson Orange #C3321E

RGB

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

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

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

R = 70.91%
G = 18.18%
B = 10.91%

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

#C3321E (or 0xC3321E) is known color: Harley Davidson Orange. HEX triplet: C3, 32 and 1E. RGB value is (195,50,30). Sum of RGB (Red+Green+Blue) = 195+50+30=275 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.91% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 195 - color contains mainly: red. Hex color #C3321E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3321E is #3CCDE1. Grayscale: #5B5B5B. Windows color (decimal): -3984866 or 1979075. OLE color: 1979075.

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

Color convert

RGB 195 50 30 -
CMYK 0 0.74 0.85 0.24
HSL 7.27º 0.73% 0.44% -
HSV(B) 7.27º 0.85% 0.76% -
XYZ 23.88 13.98 2.67 -
YUV 91.08 93.54 202.13 -
System Red Green Blue C M Y K H S L
Decimal 195 50 30 0 0.74 0.85 0.24 7.27 0.73 0.44
Hex C3 32 1E 0 4A 55 18 7 49 2C
Octal 303 62 36 0 112 125 30 7 111 54
Binary 11000011 110010 11110 0 1001010 1010101 11000 111 1001001 101100

Color Harmonies of #C3321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3321E

Black with #C3321E

Text Example


Text Example

White with #C3321E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3321E; }

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

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

background-color css

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

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

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

border-color css

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

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

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