Html Css Color HEX #C3350B Harley Davidson Orange

📋 copy color: '#C3350B'

red 195 ◦ green 53 ◦ blue 11

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

Shades of Harley Davidson Orange #C3350B

Tints of Harley Davidson Orange #C3350B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.25%

R = 75.29%
G = 20.46%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3350B (or 0xC3350B) is known color: Harley Davidson Orange. HEX triplet: C3, 35 and 0B. RGB value is (195,53,11). Sum of RGB (Red+Green+Blue) = 195+53+11=259 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.29% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 11 (4.69% from 255 or 4.25% from 259); Max value from RGB is 195 - color contains mainly: red. Hex color #C3350B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3350B is #3CCAF4. Grayscale: #5A5A5A. Windows color (decimal): -3984117 or 734659. OLE color: 734659.

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

Color convert

RGB 195 53 11 -
CMYK 0 0.73 0.94 0.24
HSL 13.7º 0.89% 0.4% -
HSV(B) 13.7º 0.94% 0.76% -
XYZ 23.84 14.17 1.8 -
YUV 90.67 83.04 202.42 -
System Red Green Blue C M Y K H S L
Decimal 195 53 11 0 0.73 0.94 0.24 13.7 0.89 0.4
Hex C3 35 B 0 49 5E 18 E 59 28
Octal 303 65 13 0 111 136 30 16 131 50
Binary 11000011 110101 1011 0 1001001 1011110 11000 1110 1011001 101000

Color Harmonies of #C3350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3350B

Black with #C3350B

Text Example


Text Example

White with #C3350B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3350B; }

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

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

background-color css

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

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

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

border-color css

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

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

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