Html Css Color HEX #C33C21 Harley Davidson Orange

📋 copy color: '#C33C21'

red 195 ◦ green 60 ◦ blue 33

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

Shades of Harley Davidson Orange #C33C21

Tints of Harley Davidson Orange #C33C21

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.83%

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

R = 67.71%
G = 20.83%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C33C21 (or 0xC33C21) is known color: Harley Davidson Orange. HEX triplet: C3, 3C and 21. RGB value is (195,60,33). Sum of RGB (Red+Green+Blue) = 195+60+33=288 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.71% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33C21 is #3CC3DE. Grayscale: #616161. Windows color (decimal): -3982303 or 2178243. OLE color: 2178243.

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

Color convert

RGB 195 60 33 -
CMYK 0 0.69 0.83 0.24
HSL 10º 0.71% 0.45% -
HSV(B) 10º 0.83% 0.76% -
XYZ 24.4 14.94 3.04 -
YUV 97.29 91.73 197.7 -
System Red Green Blue C M Y K H S L
Decimal 195 60 33 0 0.69 0.83 0.24 10 0.71 0.45
Hex C3 3C 21 0 45 53 18 A 47 2D
Octal 303 74 41 0 105 123 30 12 107 55
Binary 11000011 111100 100001 0 1000101 1010011 11000 1010 1000111 101101

Color Harmonies of #C33C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33C21

Black with #C33C21

Text Example


Text Example

White with #C33C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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