Html Css Color HEX #C3351A Harley Davidson Orange

📋 copy color: '#C3351A'

red 195 ◦ green 53 ◦ blue 26

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

Shades of Harley Davidson Orange #C3351A

Tints of Harley Davidson Orange #C3351A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.34%

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

R = 71.17%
G = 19.34%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C3351A (or 0xC3351A) is known color: Harley Davidson Orange. HEX triplet: C3, 35 and 1A. RGB value is (195,53,26). Sum of RGB (Red+Green+Blue) = 195+53+26=274 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.17% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 195 - color contains mainly: red. Hex color #C3351A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3351A is #3CCAE5. Grayscale: #5C5C5C. Windows color (decimal): -3984102 or 1717699. OLE color: 1717699.

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

Color convert

RGB 195 53 26 -
CMYK 0 0.73 0.87 0.24
HSL 9.59º 0.76% 0.43% -
HSV(B) 9.59º 0.87% 0.76% -
XYZ 23.97 14.22 2.46 -
YUV 92.38 90.54 201.2 -
System Red Green Blue C M Y K H S L
Decimal 195 53 26 0 0.73 0.87 0.24 9.59 0.76 0.43
Hex C3 35 1A 0 49 57 18 A 4C 2B
Octal 303 65 32 0 111 127 30 12 114 53
Binary 11000011 110101 11010 0 1001001 1010111 11000 1010 1001100 101011

Color Harmonies of #C3351A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3351A

Black with #C3351A

Text Example


Text Example

White with #C3351A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3351A; }

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

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

background-color css

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

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

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

border-color css

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

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

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