Html Css Color HEX #C33121 Harley Davidson Orange

📋 copy color: '#C33121'

red 195 ◦ green 49 ◦ blue 33

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

Shades of Harley Davidson Orange #C33121

Tints of Harley Davidson Orange #C33121

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.69%

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

R = 70.4%
G = 17.69%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C33121 (or 0xC33121) is known color: Harley Davidson Orange. HEX triplet: C3, 31 and 21. RGB value is (195,49,33). Sum of RGB (Red+Green+Blue) = 195+49+33=277 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.40% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 195 - color contains mainly: red. Hex color #C33121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33121 is #3CCEDE. Grayscale: #5B5B5B. Windows color (decimal): -3985119 or 2175427. OLE color: 2175427.

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

Color convert

RGB 195 49 33 -
CMYK 0 0.75 0.83 0.24
HSL 5.93º 0.71% 0.45% -
HSV(B) 5.93º 0.83% 0.76% -
XYZ 23.88 13.91 2.86 -
YUV 90.83 95.37 202.3 -
System Red Green Blue C M Y K H S L
Decimal 195 49 33 0 0.75 0.83 0.24 5.93 0.71 0.45
Hex C3 31 21 0 4B 53 18 6 47 2D
Octal 303 61 41 0 113 123 30 6 107 55
Binary 11000011 110001 100001 0 1001011 1010011 11000 110 1000111 101101

Color Harmonies of #C33121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33121

Black with #C33121

Text Example


Text Example

White with #C33121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33121; }

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

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

background-color css

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

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

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

border-color css

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

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

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