Html Css Color HEX #C33220 Harley Davidson Orange

📋 copy color: '#C33220'

red 195 ◦ green 50 ◦ blue 32

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

Shades of Harley Davidson Orange #C33220

Tints of Harley Davidson Orange #C33220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.55%

R = 70.4%
G = 18.05%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C33220 (or 0xC33220) is known color: Harley Davidson Orange. HEX triplet: C3, 32 and 20. RGB value is (195,50,32). Sum of RGB (Red+Green+Blue) = 195+50+32=277 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.40% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 195 - color contains mainly: red. Hex color #C33220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33220 is #3CCDDF. Grayscale: #5B5B5B. Windows color (decimal): -3984864 or 2110147. OLE color: 2110147.

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

Color convert

RGB 195 50 32 -
CMYK 0 0.74 0.84 0.24
HSL 6.63º 0.72% 0.45% -
HSV(B) 6.63º 0.84% 0.76% -
XYZ 23.91 13.99 2.81 -
YUV 91.3 94.54 201.96 -
System Red Green Blue C M Y K H S L
Decimal 195 50 32 0 0.74 0.84 0.24 6.63 0.72 0.45
Hex C3 32 20 0 4A 54 18 7 48 2D
Octal 303 62 40 0 112 124 30 7 110 55
Binary 11000011 110010 100000 0 1001010 1010100 11000 111 1001000 101101

Color Harmonies of #C33220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33220

Black with #C33220

Text Example


Text Example

White with #C33220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33220; }

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

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

background-color css

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

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

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

border-color css

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

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

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