Html Css Color HEX #C33219 Harley Davidson Orange

📋 copy color: '#C33219'

red 195 ◦ green 50 ◦ blue 25

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

Shades of Harley Davidson Orange #C33219

Tints of Harley Davidson Orange #C33219

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.52%

 BLUE value IS 25 (10.16% from 255) = 9.26%

R = 72.22%
G = 18.52%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C33219 (or 0xC33219) is known color: Harley Davidson Orange. HEX triplet: C3, 32 and 19. RGB value is (195,50,25). Sum of RGB (Red+Green+Blue) = 195+50+25=270 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.22% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 195 - color contains mainly: red. Hex color #C33219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33219 is #3CCDE6. Grayscale: #5A5A5A. Windows color (decimal): -3984871 or 1651395. OLE color: 1651395.

HSL color Cylindrical-coordinate representation of color #C33219: hue angle of 8.82º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C33219 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 50 25 -
CMYK 0 0.74 0.87 0.24
HSL 8.82º 0.77% 0.43% -
HSV(B) 8.82º 0.87% 0.76% -
XYZ 23.82 13.95 2.36 -
YUV 90.51 91.04 202.53 -
System Red Green Blue C M Y K H S L
Decimal 195 50 25 0 0.74 0.87 0.24 8.82 0.77 0.43
Hex C3 32 19 0 4A 57 18 9 4D 2B
Octal 303 62 31 0 112 127 30 11 115 53
Binary 11000011 110010 11001 0 1001010 1010111 11000 1001 1001101 101011

Color Harmonies of #C33219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33219

Black with #C33219

Text Example


Text Example

White with #C33219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33219; }

 p { color: rgb(195,50,25); }

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

background-color css

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

 a { background-color: rgb(195,50,25); }

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

border-color css

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

 span { border-color: rgb(195,50,25); }

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