Html Css Color HEX #C34320 Harley Davidson Orange

📋 copy color: '#C34320'

red 195 ◦ green 67 ◦ blue 32

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

Shades of Harley Davidson Orange #C34320

Tints of Harley Davidson Orange #C34320

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.79%

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

R = 66.33%
G = 22.79%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C34320 (or 0xC34320) is known color: Harley Davidson Orange. HEX triplet: C3, 43 and 20. RGB value is (195,67,32). Sum of RGB (Red+Green+Blue) = 195+67+32=294 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.33% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 195 - color contains mainly: red. Hex color #C34320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34320 is #3CBCDF. Grayscale: #656565. Windows color (decimal): -3980512 or 2114499. OLE color: 2114499.

HSL color Cylindrical-coordinate representation of color #C34320: hue angle of 12.88º 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 #C34320 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 67 32 -
CMYK 0 0.66 0.84 0.24
HSL 12.88º 0.72% 0.45% -
HSV(B) 12.88º 0.84% 0.76% -
XYZ 24.77 15.72 3.1 -
YUV 101.28 88.91 194.85 -
System Red Green Blue C M Y K H S L
Decimal 195 67 32 0 0.66 0.84 0.24 12.88 0.72 0.45
Hex C3 43 20 0 42 54 18 D 48 2D
Octal 303 103 40 0 102 124 30 15 110 55
Binary 11000011 1000011 100000 0 1000010 1010100 11000 1101 1001000 101101

Color Harmonies of #C34320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34320

Black with #C34320

Text Example


Text Example

White with #C34320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34320; }

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

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

background-color css

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

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

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

border-color css

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

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

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