Html Css Color HEX #C32417 Harley Davidson Orange

📋 copy color: '#C32417'

red 195 ◦ green 36 ◦ blue 23

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

Shades of Harley Davidson Orange #C32417

Tints of Harley Davidson Orange #C32417

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.17%

 BLUE value IS 23 (9.38% from 255) = 9.06%

R = 76.77%
G = 14.17%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C32417 (or 0xC32417) is known color: Harley Davidson Orange. HEX triplet: C3, 24 and 17. RGB value is (195,36,23). Sum of RGB (Red+Green+Blue) = 195+36+23=254 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.77% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 23 (9.38% from 255 or 9.06% from 254); Max value from RGB is 195 - color contains mainly: red. Hex color #C32417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32417 is #3CDBE8. Grayscale: #525252. Windows color (decimal): -3988457 or 1516739. OLE color: 1516739.

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

Color convert

RGB 195 36 23 -
CMYK 0 0.82 0.88 0.24
HSL 4.53º 0.79% 0.43% -
HSV(B) 4.53º 0.88% 0.76% -
XYZ 23.29 12.93 2.08 -
YUV 82.06 94.68 208.56 -
System Red Green Blue C M Y K H S L
Decimal 195 36 23 0 0.82 0.88 0.24 4.53 0.79 0.43
Hex C3 24 17 0 52 58 18 5 4F 2B
Octal 303 44 27 0 122 130 30 5 117 53
Binary 11000011 100100 10111 0 1010010 1011000 11000 101 1001111 101011

Color Harmonies of #C32417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32417

Black with #C32417

Text Example


Text Example

White with #C32417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32417; }

 p { color: rgb(195,36,23); }

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

background-color css

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

 a { background-color: rgb(195,36,23); }

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

border-color css

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

 span { border-color: rgb(195,36,23); }

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