Html Css Color HEX #C33915 Harley Davidson Orange

📋 copy color: '#C33915'

red 195 ◦ green 57 ◦ blue 21

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

Shades of Harley Davidson Orange #C33915

Tints of Harley Davidson Orange #C33915

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.88%

 BLUE value IS 21 (8.59% from 255) = 7.69%

R = 71.43%
G = 20.88%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C33915 (or 0xC33915) is known color: Harley Davidson Orange. HEX triplet: C3, 39 and 15. RGB value is (195,57,21). Sum of RGB (Red+Green+Blue) = 195+57+21=273 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.43% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 195 - color contains mainly: red. Hex color #C33915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33915 is #3CC6EA. Grayscale: #5E5E5E. Windows color (decimal): -3983083 or 1391043. OLE color: 1391043.

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

Color convert

RGB 195 57 21 -
CMYK 0 0.71 0.89 0.24
HSL 12.41º 0.81% 0.42% -
HSV(B) 12.41º 0.89% 0.76% -
XYZ 24.1 14.58 2.25 -
YUV 94.16 86.72 199.93 -
System Red Green Blue C M Y K H S L
Decimal 195 57 21 0 0.71 0.89 0.24 12.41 0.81 0.42
Hex C3 39 15 0 47 59 18 C 51 2A
Octal 303 71 25 0 107 131 30 14 121 52
Binary 11000011 111001 10101 0 1000111 1011001 11000 1100 1010001 101010

Color Harmonies of #C33915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33915

Black with #C33915

Text Example


Text Example

White with #C33915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33915; }

 p { color: rgb(195,57,21); }

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

background-color css

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

 a { background-color: rgb(195,57,21); }

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

border-color css

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

 span { border-color: rgb(195,57,21); }

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