Html Css Color HEX #C33400 Harley Davidson Orange

📋 copy color: '#C33400'

red 195 ◦ green 52 ◦ blue 0

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

Shades of Harley Davidson Orange #C33400

Tints of Harley Davidson Orange #C33400

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.05%

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

R = 78.95%
G = 21.05%
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

#C33400 (or 0xC33400) is known color: Harley Davidson Orange. HEX triplet: C3, 34 and 00. RGB value is (195,52,0). Sum of RGB (Red+Green+Blue) = 195+52+0=247 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.95% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 195 - color contains mainly: red. Hex color #C33400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33400 is #3CCBFF. Grayscale: #595959. Windows color (decimal): -3984384 or 13507. OLE color: 13507.

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

Color convert

RGB 195 52 0 -
CMYK 0 0.73 1 0.24
HSL 16º 1% 0.38% -
HSV(B) 16º 1% 0.76% -
XYZ 23.73 14.06 1.46 -
YUV 88.83 77.88 203.73 -
System Red Green Blue C M Y K H S L
Decimal 195 52 0 0 0.73 1 0.24 16 1 0.38
Hex C3 34 0 0 49 64 18 10 64 26
Octal 303 64 0 0 111 144 30 20 144 46
Binary 11000011 110100 0 0 1001001 1100100 11000 10000 1100100 100110

Color Harmonies of #C33400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33400

Black with #C33400

Text Example


Text Example

White with #C33400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33400; }

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

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

background-color css

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

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

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

border-color css

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

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

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