Html Css Color HEX #C34120 Harley Davidson Orange

📋 copy color: '#C34120'

red 195 ◦ green 65 ◦ blue 32

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

Shades of Harley Davidson Orange #C34120

Tints of Harley Davidson Orange #C34120

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.26%

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

R = 66.78%
G = 22.26%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C34120 (or 0xC34120) is known color: Harley Davidson Orange. HEX triplet: C3, 41 and 20. RGB value is (195,65,32). Sum of RGB (Red+Green+Blue) = 195+65+32=292 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.78% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 195 - color contains mainly: red. Hex color #C34120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34120 is #3CBEDF. Grayscale: #646464. Windows color (decimal): -3981024 or 2113987. OLE color: 2113987.

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

Color convert

RGB 195 65 32 -
CMYK 0 0.67 0.84 0.24
HSL 12.15º 0.72% 0.45% -
HSV(B) 12.15º 0.84% 0.76% -
XYZ 24.66 15.49 3.06 -
YUV 100.11 89.57 195.68 -
System Red Green Blue C M Y K H S L
Decimal 195 65 32 0 0.67 0.84 0.24 12.15 0.72 0.45
Hex C3 41 20 0 43 54 18 C 48 2D
Octal 303 101 40 0 103 124 30 14 110 55
Binary 11000011 1000001 100000 0 1000011 1010100 11000 1100 1001000 101101

Color Harmonies of #C34120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34120

Black with #C34120

Text Example


Text Example

White with #C34120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34120; }

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

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

background-color css

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

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

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

border-color css

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

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

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