Html Css Color HEX #C33521 Harley Davidson Orange

📋 copy color: '#C33521'

red 195 ◦ green 53 ◦ blue 33

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

Shades of Harley Davidson Orange #C33521

Tints of Harley Davidson Orange #C33521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.74%

R = 69.4%
G = 18.86%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C33521 (or 0xC33521) is known color: Harley Davidson Orange. HEX triplet: C3, 35 and 21. RGB value is (195,53,33). Sum of RGB (Red+Green+Blue) = 195+53+33=281 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.40% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 195 - color contains mainly: red. Hex color #C33521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33521 is #3CCADE. Grayscale: #5D5D5D. Windows color (decimal): -3984095 or 2176451. OLE color: 2176451.

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

Color convert

RGB 195 53 33 -
CMYK 0 0.73 0.83 0.24
HSL 7.41º 0.71% 0.45% -
HSV(B) 7.41º 0.83% 0.76% -
XYZ 24.05 14.26 2.92 -
YUV 93.18 94.04 200.63 -
System Red Green Blue C M Y K H S L
Decimal 195 53 33 0 0.73 0.83 0.24 7.41 0.71 0.45
Hex C3 35 21 0 49 53 18 7 47 2D
Octal 303 65 41 0 111 123 30 7 107 55
Binary 11000011 110101 100001 0 1001001 1010011 11000 111 1000111 101101

Color Harmonies of #C33521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33521

Black with #C33521

Text Example


Text Example

White with #C33521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33521; }

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

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

background-color css

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

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

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

border-color css

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

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

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