Html Css Color HEX #C33500 Harley Davidson Orange

📋 copy color: '#C33500'

red 195 ◦ green 53 ◦ blue 0

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

Shades of Harley Davidson Orange #C33500

Tints of Harley Davidson Orange #C33500

RGB

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

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

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

R = 78.63%
G = 21.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C33500 (or 0xC33500) is known color: Harley Davidson Orange. HEX triplet: C3, 35 and 00. RGB value is (195,53,0). Sum of RGB (Red+Green+Blue) = 195+53+0=248 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.63% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 195 - color contains mainly: red. Hex color #C33500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33500 is #3CCAFF. Grayscale: #595959. Windows color (decimal): -3984128 or 13763. OLE color: 13763.

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

Color convert

RGB 195 53 0 -
CMYK 0 0.73 1 0.24
HSL 16.31º 1% 0.38% -
HSV(B) 16.31º 1% 0.76% -
XYZ 23.78 14.15 1.48 -
YUV 89.42 77.54 203.31 -
System Red Green Blue C M Y K H S L
Decimal 195 53 0 0 0.73 1 0.24 16.31 1 0.38
Hex C3 35 0 0 49 64 18 10 64 26
Octal 303 65 0 0 111 144 30 20 144 46
Binary 11000011 110101 0 0 1001001 1100100 11000 10000 1100100 100110

Color Harmonies of #C33500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33500

Black with #C33500

Text Example


Text Example

White with #C33500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33500; }

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

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

background-color css

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

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

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

border-color css

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

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

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