Html Css Color HEX #C3350E Harley Davidson Orange

📋 copy color: '#C3350E'

red 195 ◦ green 53 ◦ blue 14

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

Shades of Harley Davidson Orange #C3350E

Tints of Harley Davidson Orange #C3350E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.34%

R = 74.43%
G = 20.23%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C3350E (or 0xC3350E) is known color: Harley Davidson Orange. HEX triplet: C3, 35 and 0E. RGB value is (195,53,14). Sum of RGB (Red+Green+Blue) = 195+53+14=262 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.43% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 14 (5.86% from 255 or 5.34% from 262); Max value from RGB is 195 - color contains mainly: red. Hex color #C3350E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3350E is #3CCAF1. Grayscale: #5B5B5B. Windows color (decimal): -3984114 or 931267. OLE color: 931267.

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

Color convert

RGB 195 53 14 -
CMYK 0 0.73 0.93 0.24
HSL 12.93º 0.87% 0.41% -
HSV(B) 12.93º 0.93% 0.76% -
XYZ 23.86 14.18 1.9 -
YUV 91.01 84.54 202.17 -
System Red Green Blue C M Y K H S L
Decimal 195 53 14 0 0.73 0.93 0.24 12.93 0.87 0.41
Hex C3 35 E 0 49 5D 18 D 57 29
Octal 303 65 16 0 111 135 30 15 127 51
Binary 11000011 110101 1110 0 1001001 1011101 11000 1101 1010111 101001

Color Harmonies of #C3350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3350E

Black with #C3350E

Text Example


Text Example

White with #C3350E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3350E; }

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

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

background-color css

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

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

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

border-color css

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

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

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