Html Css Color HEX #C33513 Harley Davidson Orange

📋 copy color: '#C33513'

red 195 ◦ green 53 ◦ blue 19

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

Shades of Harley Davidson Orange #C33513

Tints of Harley Davidson Orange #C33513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.12%

R = 73.03%
G = 19.85%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C33513 (or 0xC33513) is known color: Harley Davidson Orange. HEX triplet: C3, 35 and 13. RGB value is (195,53,19). Sum of RGB (Red+Green+Blue) = 195+53+19=267 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.03% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 195 - color contains mainly: red. Hex color #C33513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33513 is #3CCAEC. Grayscale: #5B5B5B. Windows color (decimal): -3984109 or 1258947. OLE color: 1258947.

HSL color Cylindrical-coordinate representation of color #C33513: hue angle of 11.59º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C33513 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 53 19 -
CMYK 0 0.73 0.90 0.24
HSL 11.59º 0.82% 0.42% -
HSV(B) 11.59º 0.9% 0.76% -
XYZ 23.9 14.2 2.1 -
YUV 91.58 87.04 201.76 -
System Red Green Blue C M Y K H S L
Decimal 195 53 19 0 0.73 0.90 0.24 11.59 0.82 0.42
Hex C3 35 13 0 49 5A 18 C 52 2A
Octal 303 65 23 0 111 132 30 14 122 52
Binary 11000011 110101 10011 0 1001001 1011010 11000 1100 1010010 101010

Color Harmonies of #C33513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33513

Black with #C33513

Text Example


Text Example

White with #C33513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33513; }

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

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

background-color css

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

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

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

border-color css

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

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

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