Html Css Color HEX #C33011 Harley Davidson Orange

📋 copy color: '#C33011'

red 195 ◦ green 48 ◦ blue 17

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

Shades of Harley Davidson Orange #C33011

Tints of Harley Davidson Orange #C33011

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.46%

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

R = 75%
G = 18.46%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C33011 (or 0xC33011) is known color: Harley Davidson Orange. HEX triplet: C3, 30 and 11. RGB value is (195,48,17). Sum of RGB (Red+Green+Blue) = 195+48+17=260 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 195 - color contains mainly: red. Hex color #C33011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33011 is #3CCFEE. Grayscale: #585858. Windows color (decimal): -3985391 or 1126595. OLE color: 1126595.

HSL color Cylindrical-coordinate representation of color #C33011: hue angle of 10.45º 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 #C33011 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 48 17 -
CMYK 0 0.75 0.91 0.24
HSL 10.45º 0.84% 0.42% -
HSV(B) 10.45º 0.91% 0.76% -
XYZ 23.66 13.76 1.94 -
YUV 88.42 87.7 204.02 -
System Red Green Blue C M Y K H S L
Decimal 195 48 17 0 0.75 0.91 0.24 10.45 0.84 0.42
Hex C3 30 11 0 4B 5B 18 A 54 2A
Octal 303 60 21 0 113 133 30 12 124 52
Binary 11000011 110000 10001 0 1001011 1011011 11000 1010 1010100 101010

Color Harmonies of #C33011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33011

Black with #C33011

Text Example


Text Example

White with #C33011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33011; }

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

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

background-color css

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

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

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

border-color css

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

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

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