Html Css Color HEX #C3350F Harley Davidson Orange

📋 copy color: '#C3350F'

red 195 ◦ green 53 ◦ blue 15

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

Shades of Harley Davidson Orange #C3350F

Tints of Harley Davidson Orange #C3350F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.7%

R = 74.14%
G = 20.15%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C3350F (or 0xC3350F) is known color: Harley Davidson Orange. HEX triplet: C3, 35 and 0F. RGB value is (195,53,15). Sum of RGB (Red+Green+Blue) = 195+53+15=263 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.14% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 195 - color contains mainly: red. Hex color #C3350F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3350F is #3CCAF0. Grayscale: #5B5B5B. Windows color (decimal): -3984113 or 996803. OLE color: 996803.

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

Color convert

RGB 195 53 15 -
CMYK 0 0.73 0.92 0.24
HSL 12.67º 0.86% 0.41% -
HSV(B) 12.67º 0.92% 0.76% -
XYZ 23.87 14.18 1.93 -
YUV 91.13 85.04 202.09 -
System Red Green Blue C M Y K H S L
Decimal 195 53 15 0 0.73 0.92 0.24 12.67 0.86 0.41
Hex C3 35 F 0 49 5C 18 D 56 29
Octal 303 65 17 0 111 134 30 15 126 51
Binary 11000011 110101 1111 0 1001001 1011100 11000 1101 1010110 101001

Color Harmonies of #C3350F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3350F

Black with #C3350F

Text Example


Text Example

White with #C3350F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3350F; }

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

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

background-color css

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

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

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

border-color css

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

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

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