Html Css Color HEX #C33211 Harley Davidson Orange

📋 copy color: '#C33211'

red 195 ◦ green 50 ◦ blue 17

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

Shades of Harley Davidson Orange #C33211

Tints of Harley Davidson Orange #C33211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.49%

R = 74.43%
G = 19.08%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C33211 (or 0xC33211) is known color: Harley Davidson Orange. HEX triplet: C3, 32 and 11. RGB value is (195,50,17). Sum of RGB (Red+Green+Blue) = 195+50+17=262 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.43% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 195 - color contains mainly: red. Hex color #C33211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33211 is #3CCDEE. Grayscale: #595959. Windows color (decimal): -3984879 or 1127107. OLE color: 1127107.

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

Color convert

RGB 195 50 17 -
CMYK 0 0.74 0.91 0.24
HSL 11.12º 0.84% 0.42% -
HSV(B) 11.12º 0.91% 0.76% -
XYZ 23.75 13.92 1.97 -
YUV 89.59 87.04 203.18 -
System Red Green Blue C M Y K H S L
Decimal 195 50 17 0 0.74 0.91 0.24 11.12 0.84 0.42
Hex C3 32 11 0 4A 5B 18 B 54 2A
Octal 303 62 21 0 112 133 30 13 124 52
Binary 11000011 110010 10001 0 1001010 1011011 11000 1011 1010100 101010

Color Harmonies of #C33211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33211

Black with #C33211

Text Example


Text Example

White with #C33211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33211; }

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

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

background-color css

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

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

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

border-color css

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

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

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