Html Css Color HEX #C33620 Harley Davidson Orange

📋 copy color: '#C33620'

red 195 ◦ green 54 ◦ blue 32

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

Shades of Harley Davidson Orange #C33620

Tints of Harley Davidson Orange #C33620

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.22%

 BLUE value IS 32 (12.89% from 255) = 11.39%

R = 69.4%
G = 19.22%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C33620 (or 0xC33620) is known color: Harley Davidson Orange. HEX triplet: C3, 36 and 20. RGB value is (195,54,32). Sum of RGB (Red+Green+Blue) = 195+54+32=281 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.40% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 195 - color contains mainly: red. Hex color #C33620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33620 is #3CC9DF. Grayscale: #5D5D5D. Windows color (decimal): -3983840 or 2111171. OLE color: 2111171.

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

Color convert

RGB 195 54 32 -
CMYK 0 0.72 0.84 0.24
HSL 8.1º 0.72% 0.45% -
HSV(B) 8.1º 0.84% 0.76% -
XYZ 24.09 14.34 2.87 -
YUV 93.65 93.21 200.29 -
System Red Green Blue C M Y K H S L
Decimal 195 54 32 0 0.72 0.84 0.24 8.1 0.72 0.45
Hex C3 36 20 0 48 54 18 8 48 2D
Octal 303 66 40 0 110 124 30 10 110 55
Binary 11000011 110110 100000 0 1001000 1010100 11000 1000 1001000 101101

Color Harmonies of #C33620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33620

Black with #C33620

Text Example


Text Example

White with #C33620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33620; }

 p { color: rgb(195,54,32); }

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

background-color css

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

 a { background-color: rgb(195,54,32); }

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

border-color css

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

 span { border-color: rgb(195,54,32); }

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