Html Css Color HEX #C33100 Harley Davidson Orange

📋 copy color: '#C33100'

red 195 ◦ green 49 ◦ blue 0

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

Shades of Harley Davidson Orange #C33100

Tints of Harley Davidson Orange #C33100

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.08%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.92%
G = 20.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C33100 (or 0xC33100) is known color: Harley Davidson Orange. HEX triplet: C3, 31 and 00. RGB value is (195,49,0). Sum of RGB (Red+Green+Blue) = 195+49+0=244 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.92% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 195 - color contains mainly: red. Hex color #C33100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33100 is #3CCEFF. Grayscale: #575757. Windows color (decimal): -3985152 or 12739. OLE color: 12739.

HSL color Cylindrical-coordinate representation of color #C33100: hue angle of 15.08º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C33100 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 49 0 -
CMYK 0 0.75 1 0.24
HSL 15.08º 1% 0.38% -
HSV(B) 15.08º 1% 0.76% -
XYZ 23.6 13.8 1.42 -
YUV 87.07 78.87 204.98 -
System Red Green Blue C M Y K H S L
Decimal 195 49 0 0 0.75 1 0.24 15.08 1 0.38
Hex C3 31 0 0 4B 64 18 F 64 26
Octal 303 61 0 0 113 144 30 17 144 46
Binary 11000011 110001 0 0 1001011 1100100 11000 1111 1100100 100110

Color Harmonies of #C33100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33100

Black with #C33100

Text Example


Text Example

White with #C33100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33100; }

 p { color: rgb(195,49,0); }

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

background-color css

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

 a { background-color: rgb(195,49,0); }

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

border-color css

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

 span { border-color: rgb(195,49,0); }

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