Html Css Color HEX #C32616 Harley Davidson Orange

📋 copy color: '#C32616'

red 195 ◦ green 38 ◦ blue 22

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

Shades of Harley Davidson Orange #C32616

Tints of Harley Davidson Orange #C32616

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.9%

 BLUE value IS 22 (8.98% from 255) = 8.63%

R = 76.47%
G = 14.9%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C32616 (or 0xC32616) is known color: Harley Davidson Orange. HEX triplet: C3, 26 and 16. RGB value is (195,38,22). Sum of RGB (Red+Green+Blue) = 195+38+22=255 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.47% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 195 - color contains mainly: red. Hex color #C32616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32616 is #3CD9E9. Grayscale: #535353. Windows color (decimal): -3987946 or 1451715. OLE color: 1451715.

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

Color convert

RGB 195 38 22 -
CMYK 0 0.81 0.89 0.24
HSL 5.55º 0.8% 0.43% -
HSV(B) 5.55º 0.89% 0.76% -
XYZ 23.34 13.05 2.05 -
YUV 83.12 93.51 207.8 -
System Red Green Blue C M Y K H S L
Decimal 195 38 22 0 0.81 0.89 0.24 5.55 0.8 0.43
Hex C3 26 16 0 51 59 18 6 50 2B
Octal 303 46 26 0 121 131 30 6 120 53
Binary 11000011 100110 10110 0 1010001 1011001 11000 110 1010000 101011

Color Harmonies of #C32616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32616

Black with #C32616

Text Example


Text Example

White with #C32616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32616; }

 p { color: rgb(195,38,22); }

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

background-color css

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

 a { background-color: rgb(195,38,22); }

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

border-color css

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

 span { border-color: rgb(195,38,22); }

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