Html Css Color HEX #C33311 Harley Davidson Orange

📋 copy color: '#C33311'

red 195 ◦ green 51 ◦ blue 17

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

Shades of Harley Davidson Orange #C33311

Tints of Harley Davidson Orange #C33311

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.39%

 BLUE value IS 17 (7.03% from 255) = 6.46%

R = 74.14%
G = 19.39%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C33311 (or 0xC33311) is known color: Harley Davidson Orange. HEX triplet: C3, 33 and 11. RGB value is (195,51,17). Sum of RGB (Red+Green+Blue) = 195+51+17=263 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.14% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 195 - color contains mainly: red. Hex color #C33311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33311 is #3CCCEE. Grayscale: #5A5A5A. Windows color (decimal): -3984623 or 1127363. OLE color: 1127363.

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

Color convert

RGB 195 51 17 -
CMYK 0 0.74 0.91 0.24
HSL 11.46º 0.84% 0.42% -
HSV(B) 11.46º 0.91% 0.76% -
XYZ 23.79 14.01 1.98 -
YUV 90.18 86.71 202.76 -
System Red Green Blue C M Y K H S L
Decimal 195 51 17 0 0.74 0.91 0.24 11.46 0.84 0.42
Hex C3 33 11 0 4A 5B 18 B 54 2A
Octal 303 63 21 0 112 133 30 13 124 52
Binary 11000011 110011 10001 0 1001010 1011011 11000 1011 1010100 101010

Color Harmonies of #C33311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33311

Black with #C33311

Text Example


Text Example

White with #C33311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33311; }

 p { color: rgb(195,51,17); }

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

background-color css

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

 a { background-color: rgb(195,51,17); }

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

border-color css

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

 span { border-color: rgb(195,51,17); }

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