Html Css Color HEX #C33A11 Harley Davidson Orange

📋 copy color: '#C33A11'

red 195 ◦ green 58 ◦ blue 17

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

Shades of Harley Davidson Orange #C33A11

Tints of Harley Davidson Orange #C33A11

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.48%

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

R = 72.22%
G = 21.48%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C33A11 (or 0xC33A11) is known color: Harley Davidson Orange. HEX triplet: C3, 3A and 11. RGB value is (195,58,17). Sum of RGB (Red+Green+Blue) = 195+58+17=270 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.22% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33A11 is #3CC5EE. Grayscale: #5E5E5E. Windows color (decimal): -3982831 or 1129155. OLE color: 1129155.

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

Color convert

RGB 195 58 17 -
CMYK 0 0.70 0.91 0.24
HSL 13.82º 0.84% 0.42% -
HSV(B) 13.82º 0.91% 0.76% -
XYZ 24.12 14.67 2.09 -
YUV 94.29 84.39 199.83 -
System Red Green Blue C M Y K H S L
Decimal 195 58 17 0 0.70 0.91 0.24 13.82 0.84 0.42
Hex C3 3A 11 0 46 5B 18 E 54 2A
Octal 303 72 21 0 106 133 30 16 124 52
Binary 11000011 111010 10001 0 1000110 1011011 11000 1110 1010100 101010

Color Harmonies of #C33A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33A11

Black with #C33A11

Text Example


Text Example

White with #C33A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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